mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +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 const Overlay = withInstall(_Overlay);
|
||||||
export default Overlay;
|
export default Overlay;
|
||||||
|
export type { OverlayProps } from './Overlay';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user