UNPKG

code-monkey-ui

Version:

A Component Library for Vue 3

7 lines (6 loc) 292 B
import Select from './src/select.vue'; import type { SFCWithInstall } from 'code-monkey-ui/es/utils'; declare const _Select: import("code-monkey-ui/es/utils").SFCWithInstall<typeof Select>; export default _Select; export declare const ElSelectV2: typeof _Select; export * from './src/token';