mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
fix(DropdownMenu): fix missing exported type (#11979)
This commit is contained in:
parent
a9f314f32a
commit
4dab6b8236
@ -5,7 +5,11 @@ export const DropdownMenu = withInstall(_DropdownMenu);
|
||||
export default DropdownMenu;
|
||||
export { dropdownMenuProps } from './DropdownMenu';
|
||||
export type { DropdownMenuProps };
|
||||
export type { DropdownMenuDirection, DropdownMenuThemeVars } from './types';
|
||||
export type {
|
||||
DropdownMenuInstance,
|
||||
DropdownMenuDirection,
|
||||
DropdownMenuThemeVars,
|
||||
} from './types';
|
||||
|
||||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
|
Loading…
x
Reference in New Issue
Block a user