Skip to content

Commit

Permalink
Export OrderedListItem
Browse files Browse the repository at this point in the history
Change-type: minor
  • Loading branch information
myarmolinsky committed Jan 9, 2024
1 parent 7218cf4 commit 3fc7be5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ export type { LimitedRowImagesProps } from './components/LimitedRowImages';
export { LimitedRowImages } from './components/LimitedRowImages';
export type { MUILinkWithTrackingProps } from './components/MUILinkWithTracking';
export { MUILinkWithTracking } from './components/MUILinkWithTracking';
export type { OrderedListItemProps } from './components/OrderedListItem';
export { OrderedListItem } from './components/OrderedListItem';
export type { RouterLinkWithTrackingProps } from './components/RouterLinkWithTracking';
export { RouterLinkWithTracking } from './components/RouterLinkWithTracking';
export { SnackbarProviderBase as SnackbarProvider } from './components/SnackbarProvider';
Expand Down

0 comments on commit 3fc7be5

Please sign in to comment.