Skip to content

Commit

Permalink
feature: export HasRef & HasRootRef
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackySoul committed Mar 10, 2023
1 parent 17fb18e commit 635af9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vkui/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ export { CustomScrollView } from './components/CustomScrollView/CustomScrollView
/**
* Types
*/
export type { AlignType, HasPlatform, HasInsets } from './types';
export type { AlignType, HasPlatform, HasInsets, HasRef, HasRootRef } from './types';
export type { NavIdProps } from './lib/getNavId';
export type { PlatformType } from './lib/platform';
export type { TransitionContextProps } from './components/NavTransitionContext/NavTransitionContext';
Expand Down

0 comments on commit 635af9e

Please sign in to comment.