Skip to content

Commit

Permalink
feat(sdds-serv,caldera-online): add SegmentProviderProps type export
Browse files Browse the repository at this point in the history
  • Loading branch information
TitanKuzmich committed Jun 26, 2024
1 parent 7f92195 commit ea6814e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion packages/caldera-online/src/components/Segment/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
export { useSegment, SegmentProvider, SegmentItem, SegmentGroup } from './Segment';
export type { SegmentItemProps, SegmentGroupProps } from '@salutejs/plasma-new-hope/styled-components';
export type {
SegmentItemProps,
SegmentGroupProps,
SegmentProviderProps,
} from '@salutejs/plasma-new-hope/styled-components';
6 changes: 5 additions & 1 deletion packages/sdds-serv/src/components/Segment/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
export { useSegment, SegmentProvider, SegmentItem, SegmentGroup } from './Segment';
export type { SegmentItemProps, SegmentGroupProps } from '@salutejs/plasma-new-hope/styled-components';
export type {
SegmentItemProps,
SegmentGroupProps,
SegmentProviderProps,
} from '@salutejs/plasma-new-hope/styled-components';

0 comments on commit ea6814e

Please sign in to comment.