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:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user