Merge pull request #31234 from backstage/docs-fix-cell-props

fix(bui): Add missing Cell component props to table documentation
This commit is contained in:
Sofia
2025-09-26 13:33:02 +02:00
committed by GitHub
@@ -212,6 +212,11 @@ export const cellPropDefs: Record<string, PropDef> = {
description:
"A string representation of the cell's contents, used for features like typeahead.",
},
leadingIcon: {
type: 'enum',
values: ['ReactNode'],
description: 'Optional icon to display before the cell content.',
},
...classNamePropDefs,
...stylePropDefs,
};