init
This commit is contained in:
4
types/component/row/index.d.ts
vendored
Normal file
4
types/component/row/index.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import { WithInstallType } from "../../utils";
|
||||
import Component from "./index.vue";
|
||||
declare const component: WithInstallType<typeof Component>;
|
||||
export default component;
|
||||
0
types/component/row/interface.d.ts
vendored
Normal file
0
types/component/row/interface.d.ts
vendored
Normal file
Reference in New Issue
Block a user