Skip to content

Commit

Permalink
fix(Popper): rm unstable prefix (#6207)
Browse files Browse the repository at this point in the history
Забыл удалить префикс unstable_
  • Loading branch information
inomdzhon authored Dec 4, 2023
1 parent f01e48b commit aa53bfc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/vkui/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,8 @@ export { type Placement as FloatingPlacement } from './lib/floating';
export type { AdaptivityProps } from './components/AdaptivityProvider/AdaptivityContext';
export { calcInitialsAvatarColor } from './helpers/avatar';
export { CustomScrollView } from './components/CustomScrollView/CustomScrollView';
export { Popper } from './components/Popper/Popper';
export type { PopperProps } from './components/Popper/Popper';

/**
* Types
Expand All @@ -407,9 +409,6 @@ export type { TextTooltipProps as unstable_TextTooltipProps } from './components
export { RichTooltip as unstable_RichTooltip } from './components/RichTooltip/RichTooltip';
export type { RichTooltipProps as unstable_RichTooltipProps } from './components/RichTooltip/RichTooltip';

export { Popper as unstable_Popper } from './components/Popper/Popper';
export type { PopperProps as unstable_PopperProps } from './components/Popper/Popper';

export { ViewInfinite as unstable_ViewInfinite } from './components/View/ViewInfinite';
export type { ViewInfiniteProps as unstable_ViewInfiniteProps } from './components/View/ViewInfinite';

Expand Down

0 comments on commit aa53bfc

Please sign in to comment.