mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-20 06:55:06 -04:00
75 lines
911 B
TypeScript
75 lines
911 B
TypeScript
![]() |
import {
|
||
|
create,
|
||
|
NButton,
|
||
|
NConfigProvider,
|
||
|
NGlobalStyle,
|
||
|
NCard,
|
||
|
NInput,
|
||
|
NColorPicker,
|
||
|
NInputNumber,
|
||
|
NSpace,
|
||
|
NH1,
|
||
|
NForm,
|
||
|
NFormItem,
|
||
|
NTimePicker,
|
||
|
NText,
|
||
|
NIcon,
|
||
|
NSwitch,
|
||
|
NCollapseTransition,
|
||
|
NGrid,
|
||
|
NGridItem,
|
||
|
NPopconfirm,
|
||
|
NSlider,
|
||
|
NCollapse,
|
||
|
NCollapseItem,
|
||
|
NProgress,
|
||
|
NAutoComplete,
|
||
|
NSelect,
|
||
|
NUpload,
|
||
|
NEmpty,
|
||
|
NModal,
|
||
|
NTooltip,
|
||
|
NAlert,
|
||
|
NP,
|
||
|
NH2,
|
||
|
NDropdown,
|
||
|
} from 'naive-ui';
|
||
|
|
||
|
const components = [
|
||
|
NDropdown,
|
||
|
NH2,
|
||
|
NP,
|
||
|
NAlert,
|
||
|
NTooltip,
|
||
|
NModal,
|
||
|
NEmpty,
|
||
|
NUpload,
|
||
|
NSelect,
|
||
|
NAutoComplete,
|
||
|
NProgress,
|
||
|
NCollapse,
|
||
|
NCollapseItem,
|
||
|
NSlider,
|
||
|
NPopconfirm,
|
||
|
NGrid,
|
||
|
NGridItem,
|
||
|
NButton,
|
||
|
NConfigProvider,
|
||
|
NGlobalStyle,
|
||
|
NCard,
|
||
|
NInput,
|
||
|
NColorPicker,
|
||
|
NInputNumber,
|
||
|
NSpace,
|
||
|
NH1,
|
||
|
NForm,
|
||
|
NFormItem,
|
||
|
NTimePicker,
|
||
|
NText,
|
||
|
NIcon,
|
||
|
NSwitch,
|
||
|
NCollapseTransition,
|
||
|
];
|
||
|
|
||
|
export const naive = create({ components });
|