UNPKG

element-plus

Version:

A Component Library for Vue3.0

7 lines (6 loc) 263 B
import type { SFCWithInstall } from '../utils/types'; import CascaderPanel from './src/index.vue'; declare const _CascaderPanel: SFCWithInstall<typeof CascaderPanel>; export default _CascaderPanel; export * from './src/types'; export * from './src/config';