Skip to content

Commit

Permalink
export table props
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Naszalyi committed Nov 13, 2024
1 parent 57add51 commit b8c9277
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/components/table/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ import TableTh from './th'
import TableTr from './tr'
import TableTd from './td'

export * from './TableProps'
export { Table, TableHead, TableBody, TableTr, TableTh, TableTd }

0 comments on commit b8c9277

Please sign in to comment.