Skip to content

Commit

Permalink
feat(AppRootPortal): add export
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackySoul authored Nov 13, 2024
1 parent 933f11e commit efd91cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vkui/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import './styles/transformOriginByPlacement.module.css';
import './styles/gaps.module.css';

export { AppRoot } from './components/AppRoot/AppRoot';
export { AppRootPortal } from './components/AppRoot/AppRootPortal';
export type { AppRootProps } from './components/AppRoot/AppRoot';
export type { SafeAreaInsets } from './components/AppRoot/types';

Expand Down

0 comments on commit efd91cd

Please sign in to comment.