fix(Overlay): should export OverlayProps type (#9801)

This commit is contained in:
neverland 2021-11-04 19:28:11 +08:00 committed by GitHub
parent b08a3c0a61
commit 7d1b57fde3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,3 +3,4 @@ import _Overlay from './Overlay';
export const Overlay = withInstall(_Overlay);
export default Overlay;
export type { OverlayProps } from './Overlay';