layui/.svn/pristine/f4/f46ad2ee985fe8d9361a5c05422780a2b671a2dc.svn-base
2022-12-09 16:41:41 +08:00

5 lines
167 B
Plaintext

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