3 lines
67 B
TypeScript
3 lines
67 B
TypeScript
export { Portal } from './Portal';
|
|
export * from './Portal.types';
|
export { Portal } from './Portal';
|
|
export * from './Portal.types';
|