mirror of
https://github.com/vbenjs/vben-admin-thin-next.git
synced 2025-01-27 05:24:41 +08:00
8 lines
153 B
TypeScript
8 lines
153 B
TypeScript
import { withInstall } from '../util';
|
|
|
|
import Dropdown from './src/Dropdown';
|
|
|
|
withInstall(Dropdown);
|
|
export * from './src/types';
|
|
export { Dropdown };
|