vben-admin-thin-next/src/components/Dropdown/index.ts
2020-12-13 22:05:34 +08:00

8 lines
153 B
TypeScript

import { withInstall } from '../util';
import Dropdown from './src/Dropdown';
withInstall(Dropdown);
export * from './src/types';
export { Dropdown };