UNPKG

@seemusic/ui-components

Version:

A Vue 3 UI Library. Uses Composable.

28 lines (24 loc) 1.44 kB
// For this project development declare module '@vue/runtime-core' { export interface GlobalComponents { // GlobalComponents for Volar SopBasicInfo: typeof import('./components/SopBasicInfo')['SopBasicInfo'] SopBasicTable: typeof import('./components/SopBasicTable')['SopBasicTable'] SopCard: typeof import('./components/SopCard')['SopCard'] SopConfigProvider: typeof import('./components/SopConfigProvider')['SopConfigProvider'] SopCover: typeof import('./components/SopCover')['SopCover'] SopDataTable: typeof import('./components/SopDataTable')['SopDataTable'] SopDataTableItem: typeof import('./components/SopDataTableItem')['SopDataTableItem'] SopDialog: typeof import('./components/SopDialog')['SopDialog'] SopDrawer: typeof import('./components/SopDrawer')['SopDrawer'] SopFilterForm: typeof import('./components/SopFilterForm')['SopFilterForm'] SopInput: typeof import('element-plus/es')['ElInput'] SopLayoutMain: typeof import('./components/SopLayoutMain')['SopLayoutMain'] SopPageHeader: typeof import('./components/SopPageHeader')['SopPageHeader'] SopPagination: typeof import('./components/SopPagination')['SopPagination'] SopStatus: typeof import('./components/SopStatus')['SopStatus'] SopTheHeader: typeof import('./components/SopTheHeader')['SopTheHeader'] SopTheSidebar: typeof import('./components/SopTheSidebar')['SopTheSidebar'] } } export {};