Variable CardFooterDefinitionConst
CardFooterDefinition: {
classNames: { root: "bui-CardFooter" };
propDefs: { children: {}; className: {} };
styles: { readonly [key: string]: string };
} = ...
Type Declaration
-
ReadonlyclassNames: { root: "bui-CardFooter" }
-
ReadonlypropDefs: { children: {}; className: {} }
-
styles: { readonly [key: string]: string }
Component definition for CardFooter