ci: 新增 interface , tools, use 文件夹

This commit is contained in:
就眠仪式
2021-10-18 21:31:06 +08:00
parent 8bb751699f
commit fcb36ec87a
6 changed files with 27 additions and 20 deletions

View File

@@ -10,9 +10,7 @@ export type IDefineComponent<Props = UnknownObject> = DefineComponent<Props> & {
}
export interface InstallOptions extends StringObject {
/** Pagination Attributes */
pagination?: null
/** Menu Attributes */
menu?: null
}