Files
medusa-store/www/apps/ui/specs/components/DataTableToolbar/DataTableToolbar.json
2025-09-12 16:07:27 +02:00

37 lines
936 B
JSON

{
"description": "Toolbar shown for the data table.",
"methods": [],
"displayName": "DataTableToolbar",
"props": {
"className": {
"required": false,
"tsType": {
"name": "string"
},
"description": "Additional classes to pass to the wrapper `div` of the component."
},
"children": {
"required": false,
"tsType": {
"name": "ReactReactNode",
"raw": "React.ReactNode"
},
"description": "The children to show in the toolbar."
},
"translations": {
"required": false,
"tsType": {
"name": "DataTableToolbarTranslations"
},
"description": "The translations of strings in the toolbar."
},
"filterBarContent": {
"required": false,
"tsType": {
"name": "ReactReactNode",
"raw": "React.ReactNode"
},
"description": "Custom content to render in the filter bar"
}
}
}