@aosweb/osui
Version:
Os Ui - A Vue.js 3 UI library, @aosweb/osui
52 lines (48 loc) • 2.45 kB
TypeScript
// GlobalComponents for Volarn
declare module '@vue/runtime-core' {
export interface GlobalComponents {
OsAside: typeof import('@aosweb/osui')['OsAside']
OsAlert: typeof import('@aosweb/osui')['OsAlert']
OsButton: typeof import('@aosweb/osui')['OsButton']
OsButtonGroup: typeof import('@aosweb/osui')['OsButtonGroup']
OsBreadcrumb: typeof import('@aosweb/osui')['OsBreadcrumb']
OsDropdown: typeof import('@aosweb/osui')['OsDropdown']
OsIcon: typeof import('@aosweb/osui')['OsIcon']
OsContainer: typeof import('@aosweb/osui')['OsContainer']
OsHeader: typeof import('@aosweb/osui')['OsHeader']
OsFooter: typeof import('@aosweb/osui')['OsFooter']
OsMain: typeof import('@aosweb/osui')['OsMain']
OsCard: typeof import('@aosweb/osui')['OsCard']
OsRow: typeof import('@aosweb/osui')['OsRow']
OsCol: typeof import('@aosweb/osui')['OsCol']
OsInput: typeof import('@aosweb/osui')['OsInput']
OsSelect: typeof import('@aosweb/osui')['OsSelect']
OsOption: typeof import('@aosweb/osui')['OsOption']
OsTag: typeof import('@aosweb/osui')['OsTag']
OsDatePicker: typeof import('@aosweb/osui')['OsDatePicker']
OsCheckbox: typeof import('@aosweb/osui')['OsCheckbox']
OsCheckboxGroup: typeof import('@aosweb/osui')['OsCheckboxGroup']
OsRadio: typeof import('@aosweb/osui')['OsRadio']
OsRadioGroup: typeof import('@aosweb/osui')['OsRadioGroup']
OsSwitch: typeof import('@aosweb/osui')['OsSwitch']
OsModal: typeof import('@aosweb/osui')['OsModal']
OsModalTip: typeof import('@aosweb/osui')['OsModalTip']
OsTable: typeof import('@aosweb/osui')['OsTable']
OsForm: typeof import('@aosweb/osui')['OsForm']
OsFormGroup: typeof import('@aosweb/osui')['OsFormGroup']
OsSteps: typeof import('@aosweb/osui')['OsSteps']
OsTip: typeof import('@aosweb/osui')['OsTip']
OsPagination: typeof import('@aosweb/osui')['OsPagination']
OsUpload: typeof import('@aosweb/osui')['OsUpload']
OsMenu: typeof import('@aosweb/osui')['OsMenu']
OsConfigProvider: typeof import('@aosweb/osui')['OsConfigProvider']
OsSkeleton: typeof import('@aosweb/osui')['OsSkeleton']
}
interface ComponentCustomProperties {
OsMessage: typeof import('@aosweb/osui')['OsMessage']
OsDrag: typeof import('@aosweb/osui')['OsDrag']
OsLoading: typeof import('@aosweb/osui')['OsLoading']
OsNotify: typeof import('@aosweb/osui')['OsNotify']
}
}
export {}