mirror of
https://github.com/youzan/vant.git
synced 2025-10-16 08:00:34 +00:00
fix(Overlay): should export OverlayProps type (#9801)
This commit is contained in:
@@ -3,3 +3,4 @@ import _Overlay from './Overlay';
|
||||
|
||||
export const Overlay = withInstall(_Overlay);
|
||||
export default Overlay;
|
||||
export type { OverlayProps } from './Overlay';
|
||||
|
Reference in New Issue
Block a user