mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-15 05:37:32 +00:00
7 lines
144 B
TypeScript
7 lines
144 B
TypeScript
export {
|
|
type ElementOrFactory,
|
|
useLitPortal,
|
|
useLitPortalFactory,
|
|
} from './lit-portal';
|
|
export { uniReactRoot } from './uni-component';
|