@mozaic-ds/vue-3
Version:
Vue.js implementation of Mozaic Design System
142 lines (137 loc) • 3.54 kB
TypeScript
/**
* DON'T EDIT THIS FILE
* It was auto-generated by a script
*/
declare module '@mozaic-ds/vue-3' {
import { DefineComponent, Plugin } from 'vue';
const MozaicVue: Plugin;
export default MozaicVue;
const MAccordion: DefineComponent;
const MActionBar: DefineComponent;
const MAutocomplete: DefineComponent;
const MBadge: DefineComponent;
const MBottomBar: DefineComponent;
const MBreadcrumb: DefineComponent;
const MButton: DefineComponent;
const MCard: DefineComponent;
const MCheckbox: DefineComponent;
const MCheckboxGroup: DefineComponent;
const MContainer: DefineComponent;
const MDataTable: DefineComponent;
const MDataTableHeader: DefineComponent;
const MDataTableColumn: DefineComponent;
const MDataTableHeaderV2: DefineComponent;
const MDataTableCell: DefineComponent;
const MDataTableRow: DefineComponent;
const MDataTableTop: DefineComponent;
const MDataTableV2: DefineComponent;
const MDropdown: DefineComponent;
const MField: DefineComponent;
const MFileUploader: DefineComponent;
const MFlag: DefineComponent;
const MHeader: DefineComponent;
const MHeading: DefineComponent;
const MHero: DefineComponent;
const MIcon: DefineComponent;
const MKpi: DefineComponent;
const MLayer: DefineComponent;
const MLink: DefineComponent;
const MListBox: DefineComponent;
const MListBoxActions: DefineComponent;
const MLoader: DefineComponent;
const MMenu: DefineComponent;
const MModal: DefineComponent;
const MNotification: DefineComponent;
const MOptionButton: DefineComponent;
const MOptionCard: DefineComponent;
const MOptionGroup: DefineComponent;
const MOverlay: DefineComponent;
const MOverlayLoader: DefineComponent;
const MPagination: DefineComponent;
const MPasswordInput: DefineComponent;
const MPhoneNumber: DefineComponent;
const MProgress: DefineComponent;
const MQuantitySelector: DefineComponent;
const MRadio: DefineComponent;
const MRadioGroup: DefineComponent;
const MStarsInput: DefineComponent;
const MStarsResult: DefineComponent;
const MSegmentedControl: DefineComponent;
const MSelect: DefineComponent;
const MSidebar: DefineComponent;
const MStepper: DefineComponent;
const MStepperBar: DefineComponent;
const MTab: DefineComponent;
const MTabsV2: DefineComponent;
const MTagList: DefineComponent;
const MTag: DefineComponent;
const MTextArea: DefineComponent;
const MTextInput: DefineComponent;
const MToggle: DefineComponent;
const MTooltip: DefineComponent;
export {
MAccordion,
MActionBar,
MAutocomplete,
MBadge,
MBottomBar,
MBreadcrumb,
MButton,
MCard,
MCheckbox,
MCheckboxGroup,
MContainer,
MDataTable,
MDataTableHeader,
MDataTableColumn,
MDataTableHeaderV2,
MDataTableCell,
MDataTableRow,
MDataTableTop,
MDataTableV2,
MDropdown,
MField,
MFileUploader,
MFlag,
MHeader,
MHeading,
MHero,
MIcon,
MKpi,
MLayer,
MLink,
MListBox,
MListBoxActions,
MLoader,
MMenu,
MModal,
MNotification,
MOptionButton,
MOptionCard,
MOptionGroup,
MOverlay,
MOverlayLoader,
MPagination,
MPasswordInput,
MPhoneNumber,
MProgress,
MQuantitySelector,
MRadio,
MRadioGroup,
MStarsInput,
MStarsResult,
MSegmentedControl,
MSelect,
MSidebar,
MStepper,
MStepperBar,
MTab,
MTabsV2,
MTagList,
MTag,
MTextArea,
MTextInput,
MToggle,
MTooltip,
};
}