@octavianlab/olab-ui
Version:
Octavianlab UX/UI components
63 lines • 2.16 kB
TypeScript
declare module '/olab-ui' {
import { DefineComponent } from 'vue';
const OBannerBrowserSupport: DefineComponent<{}, {}, any>;
const OBulkOperationUI: DefineComponent<{}, {}, any>;
const OCalendar: DefineComponent<{}, {}, any>;
const OCalendarButtons: DefineComponent<{}, {}, any>;
const OCalendarCustomButtons: DefineComponent<{}, {}, any>;
const OCard: DefineComponent<{}, {}, any>;
const OChart: DefineComponent<{}, {}, any>;
const ODialog: DefineComponent<{}, {}, any>;
const ODialogExport: DefineComponent<{}, {}, any>;
const ODialogOTP: DefineComponent<{}, {}, any>;
const ODraggable: DefineComponent<{}, {}, any>;
const ODropdown: DefineComponent<{}, {}, any>;
const OField: DefineComponent<{}, {}, any>;
const OFieldsContainer: DefineComponent<{}, {}, any>;
const ODialogStoredSearches: DefineComponent<{}, {}, any>;
const OFilter: DefineComponent<{}, {}, any>;
const OFiltersPanel: DefineComponent<{}, {}, any>;
const OFiltersPanelBtnSearch: DefineComponent<{}, {}, any>;
const OInputOTP: DefineComponent<{}, {}, any>;
const OKeycloakLoginButton: DefineComponent<{}, {}, any>;
const OKeycloakTokenExpired: DefineComponent<{}, {}, any>;
const OList: DefineComponent<{}, {}, any>;
const OLottie: DefineComponent<{}, {}, any>;
const OPageSettingApi: DefineComponent<{}, {}, any>;
const OPageSettingStore: DefineComponent<{}, {}, any>;
const OPanelWrapper: DefineComponent<{}, {}, any>;
const OPassword: DefineComponent<{}, {}, any>;
const OProgressBar: DefineComponent<{}, {}, any>;
const OTable: DefineComponent<{}, {}, any>;
export {
OBannerBrowserSupport,
OBulkOperationUI,
OCalendar,
OCalendarButtons,
OCalendarCustomButtons,
OCard,
OChart,
ODialog,
ODialogExport,
ODialogOTP,
ODraggable,
ODropdown,
OField,
OFieldsContainer,
ODialogStoredSearches,
OFilter,
OFiltersPanel,
OFiltersPanelBtnSearch,
OInputOTP,
OKeycloakLoginButton,
OKeycloakTokenExpired,
OList,
OLottie,
OPageSettingApi,
OPageSettingStore,
OPanelWrapper,
OPassword,
OProgressBar,
OTable
};
}