Skip to content

Commit

Permalink
feat: add more exports
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackySoul committed Nov 5, 2024
1 parent 94983c2 commit d4929f0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/vkui/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,13 @@ export type { DropZoneProps } from './components/DropZone/DropZone';
export { Input } from './components/Input/Input';
export type { InputProps } from './components/Input/Input';
export { Chip } from './components/ChipsInputBase/Chip/Chip';
export type { ChipProps, ChipOption, RenderChipProps } from './components/ChipsInputBase/types';
export type {
ChipProps,
ChipOption,
RenderChipProps,
ChipOptionValue,
ChipOptionLabel,
} from './components/ChipsInputBase/types';
export { ChipsInput } from './components/ChipsInput/ChipsInput';
export type { ChipsInputProps } from './components/ChipsInput/ChipsInput';
export { ChipsSelect } from './components/ChipsSelect/ChipsSelect';
Expand Down Expand Up @@ -446,6 +452,7 @@ export {
export type { AdaptivityProps } from './components/AdaptivityProvider/AdaptivityContext';
export { calcInitialsAvatarColor } from './helpers/avatar';
export { CustomScrollView } from './components/CustomScrollView/CustomScrollView';
export type { CustomScrollViewProps } from './components/CustomScrollView/CustomScrollView';
export { Popper } from './components/Popper/Popper';
export type { PopperProps } from './components/Popper/Popper';

Expand Down

0 comments on commit d4929f0

Please sign in to comment.