Variable CardDefinitionConst
CardDefinition: {
classNames: { root: "bui-Card"; trigger: "bui-CardTrigger" };
propDefs: {
children: {};
className: {};
download: {};
href: {};
label: {};
onPress: {};
rel: {};
style: {};
target: {};
};
styles: { readonly [key: string]: string };
utilityProps: readonly ["grow", "shrink", "basis"];
} = ...
Type Declaration
ReadonlyclassNames: { root: "bui-Card"; trigger: "bui-CardTrigger" }
ReadonlypropDefs: {
children: {};
className: {};
download: {};
href: {};
label: {};
onPress: {};
rel: {};
style: {};
target: {};
}
styles: { readonly [key: string]: string }
ReadonlyutilityProps: readonly ["grow", "shrink", "basis"]
Component definition for Card