Skip to content

Commit

Permalink
fix(unstable): add missed exports (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkGenius authored Dec 16, 2024
1 parent 2602ff7 commit 9508491
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/unstable/Stories/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export enum StoriesMediaBlockStyle {
FullSize = 'full-size',
}

interface StoriesItemTextColorStyles {
export interface StoriesItemTextColorStyles {
titleColor?: string;
descriptionColor?: string;
counterColor?: string;
Expand Down
9 changes: 9 additions & 0 deletions src/components/unstable/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,13 @@ export {
type StoriesProps as unstable_StoriesProps,
Stories as unstable_Stories,
useSyncWithLS as unstable_useSyncWithLS,
StoriesMediaBlockStyle,
StoriesTextBlockStyle,
StoriesItemTextColorStyles,
} from './Stories';

export {
type StoriesGroupItem,
type StoriesGroupProps,
StoriesGroup as unstable_StoriesGroup,
} from './StoriesGroup';

0 comments on commit 9508491

Please sign in to comment.