yanzhen-design-vue
Version:
101 lines (100 loc) • 3.16 kB
JavaScript
import { YzAvatar } from "./avatar/index.mjs";
import { YzButton } from "./button/index.mjs";
import { YzCascade } from "./cascade/index.mjs";
import { YzCascader } from "./cascader/index.mjs";
import { YzCheckbox } from "./checkbox/index.mjs";
import { YzCheckboxGroup } from "./checkbox-group/index.mjs";
import { YzCol } from "./col/index.mjs";
import { YzConfigProvider } from "./config-provider/index.mjs";
import { YzContacts } from "./contacts/index.mjs";
import { YzDivider } from "./divider/index.mjs";
import { YzFile } from "./file/index.mjs";
import { YzFindData } from "./find-data/index.mjs";
import { YzForm } from "./form/index.mjs";
import { YzFormItem } from "./form-item/index.mjs";
import { YzFormItemGroup } from "./form-item-group/index.mjs";
import { YzFormProvider } from "./form-provider/index.mjs";
import { YzFormProviderItem } from "./form-provider-item/index.mjs";
import { YzFormula } from "./formula/index.mjs";
import { YzIcon } from "./icon/index.mjs";
import { YzImage } from "./image/index.mjs";
import { YzImageViewer } from "./image-viewer/index.mjs";
import { YzInput } from "./input/index.mjs";
import { YzInputNumber } from "./input-number/index.mjs";
import { YzList } from "./list/index.mjs";
import { YzMap } from "./map/index.mjs";
import { YzMessage } from "./message/index.mjs";
import { YzModal } from "./modal/index.mjs";
import { YzOtherTables } from "./other-tables/index.mjs";
import { YzProgressTxt } from "./progress-txt/index.mjs";
import { YzRadio } from "./radio/index.mjs";
import { YzRadioGroup } from "./radio-group/index.mjs";
import { YzRangeNumber } from "./range-number/index.mjs";
import { YzRangeTime } from "./range-time/index.mjs";
import { YzRichText } from "./rich-text/index.mjs";
import { YzRow } from "./row/index.mjs";
import { YzSection } from "./section/index.mjs";
import { YzSelect } from "./select/index.mjs";
import { YzSelectPage } from "./select-page/index.mjs";
import { YzSpin } from "./spin/index.mjs";
import { YzSwitch } from "./switch/index.mjs";
import { YzTabs } from "./tabs/index.mjs";
import { YzTag } from "./tag/index.mjs";
import { YzTextPreview } from "./text-preview/index.mjs";
import { YzTextarea } from "./textarea/index.mjs";
import { YzTime } from "./time/index.mjs";
import { YzTooltip } from "./tooltip/index.mjs";
import { YzUpload } from "./upload/index.mjs";
import { YzVxeTable } from "./vxe-table/index.mjs";
import { YzVxeTableColumn } from "./vxe-table-column/index.mjs";
export {
YzAvatar,
YzButton,
YzCascade,
YzCascader,
YzCheckbox,
YzCheckboxGroup,
YzCol,
YzConfigProvider,
YzContacts,
YzDivider,
YzFile,
YzFindData,
YzForm,
YzFormItem,
YzFormItemGroup,
YzFormProvider,
YzFormProviderItem,
YzFormula,
YzIcon,
YzImage,
YzImageViewer,
YzInput,
YzInputNumber,
YzList,
YzMap,
YzMessage,
YzModal,
YzOtherTables,
YzProgressTxt,
YzRadio,
YzRadioGroup,
YzRangeNumber,
YzRangeTime,
YzRichText,
YzRow,
YzSection,
YzSelect,
YzSelectPage,
YzSpin,
YzSwitch,
YzTabs,
YzTag,
YzTextPreview,
YzTextarea,
YzTime,
YzTooltip,
YzUpload,
YzVxeTable,
YzVxeTableColumn
};