layui/.svn/pristine/24/245b475e7f4627f94175ebd3eef9e5da17f776ff.svn-base
2022-12-09 16:41:41 +08:00

5 lines
170 B
Plaintext

import { WithInstallType } from "../../utils";
import Component from "./index.vue";
declare const component: WithInstallType<typeof Component>;
export default component;