layui-vue/types/provider/index.d.ts

5 lines
167 B
TypeScript
Raw Normal View History

2022-11-14 03:59:26 +00:00
import { WithInstallType } from "../utils";
import Component from "./index.vue";
declare const component: WithInstallType<typeof Component>;
export default component;