Skip to content

Commit

Permalink
chore: export table types to userland (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
jared-dickman authored Jun 17, 2024
1 parent e674d2f commit 89cdc8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export { Badge, type IBadgeProps } from './data-display/Badge/Badge'
export { Card, type ICardProps } from './data-display/Card/Card'
export { Avatar, type IAvatarProps } from './data-display/Avatar/Avatar'
export { Descriptions, type IDescriptionsProps } from './data-display/Descriptions/Descriptions'
export { Table, type ITableProps } from './data-display/Table/Table'
export { Table, type ITableProps, type ColumnsType, type ExpandableConfig, type ColumnType, type TableProps } from './data-display/Table/Table'
export { Empty, type IEmptyProps } from './data-display/Empty/Empty'
export { Popover, type IPopoverProps } from './data-display/Popover/Popover'
export { List, type IListProps } from './data-display/List/List'
Expand Down Expand Up @@ -122,4 +122,4 @@ export {
useNewExperienceReminder,
type INewExperienceReminderOptions,
type NewExperienceReminderHook,
} from '../hooks/NewExperienceReminder/useNewExperienceReminder'
} from '../hooks/NewExperienceReminder/useNewExperienceReminder'

0 comments on commit 89cdc8a

Please sign in to comment.