File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
packages/ui/src/exports/client Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,9 @@ export { RelationshipField } from '../../fields/Relationship/index.js'
145
145
export { RichTextField } from '../../fields/RichText/index.js'
146
146
export { RowField } from '../../fields/Row/index.js'
147
147
export { SelectField , SelectInput } from '../../fields/Select/index.js'
148
- export { TabsField } from '../../fields/Tabs/index.js'
148
+ export { TabsField , TabsProvider } from '../../fields/Tabs/index.js'
149
+ export { TabComponent } from '../../fields/Tabs/Tab/index.js'
150
+
149
151
export { TextField , TextInput } from '../../fields/Text/index.js'
150
152
export { JoinField } from '../../fields/Join/index.js'
151
153
export type { TextInputProps } from '../../fields/Text/index.js'
You can’t perform that action at this time.
0 commit comments