first commit
This commit is contained in:
6
frontend/node_modules/@rc-component/portal/lib/index.d.ts
generated
vendored
Normal file
6
frontend/node_modules/@rc-component/portal/lib/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import Portal from './Portal';
|
||||
import type { PortalProps } from './Portal';
|
||||
import { inlineMock } from './mock';
|
||||
export type { PortalProps };
|
||||
export { inlineMock };
|
||||
export default Portal;
|
||||
Reference in New Issue
Block a user