Variable ListDefinitionConst
ListDefinition: {
classNames: { root: "bui-List" };
propDefs: { children: {}; className: {}; items: {}; renderEmptyState: {} };
styles: { readonly [key: string]: string };
} = ...
Type Declaration
ReadonlyclassNames: { root: "bui-List" }
ReadonlypropDefs: { children: {}; className: {}; items: {}; renderEmptyState: {} }
styles: { readonly [key: string]: string }
Component definition for List