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