UNPKG

@oiij/naive-ui

Version:

Some Composable Functions And Components for Vue 3

10 lines 184 B
//#region src/composables/_helper.d.ts type Colors = { primary?: string; info?: string; success?: string; warning?: string; error?: string; }; //#endregion export { Colors };