Skip to content

Commit

Permalink
feat(ui): export TabsProvider and TabComponent (#9647)
Browse files Browse the repository at this point in the history
Requirement for #9645
  • Loading branch information
AlessioGr authored Dec 2, 2024
1 parent 2b4522b commit f151723
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/ui/src/exports/client/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,9 @@ export { RelationshipField } from '../../fields/Relationship/index.js'
export { RichTextField } from '../../fields/RichText/index.js'
export { RowField } from '../../fields/Row/index.js'
export { SelectField, SelectInput } from '../../fields/Select/index.js'
export { TabsField } from '../../fields/Tabs/index.js'
export { TabsField, TabsProvider } from '../../fields/Tabs/index.js'
export { TabComponent } from '../../fields/Tabs/Tab/index.js'

export { TextField, TextInput } from '../../fields/Text/index.js'
export { JoinField } from '../../fields/Join/index.js'
export type { TextInputProps } from '../../fields/Text/index.js'
Expand Down

0 comments on commit f151723

Please sign in to comment.