mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
fix(Overlay): should export OverlayProps type (#9801)
This commit is contained in:
parent
b08a3c0a61
commit
7d1b57fde3
@ -3,3 +3,4 @@ import _Overlay from './Overlay';
|
||||
|
||||
export const Overlay = withInstall(_Overlay);
|
||||
export default Overlay;
|
||||
export type { OverlayProps } from './Overlay';
|
||||
|
Loading…
x
Reference in New Issue
Block a user