6 lines
168 B
TypeScript
6 lines
168 B
TypeScript
|
|
import { withInstall } from '@jeesite/core/utils';
|
||
|
|
import popover from './src/Popover.vue';
|
||
|
|
|
||
|
|
export * from './src/typing';
|
||
|
|
export const Popover = withInstall(popover);
|