Backstage
    Preparing search index...

    Variable CardDefinitionConst

    CardDefinition: {
        classNames: { root: "bui-Card"; trigger: "bui-CardTrigger" };
        propDefs: {
            children: {};
            className: {};
            download: {};
            href: {};
            label: {};
            onPress: {};
            rel: {};
            target: {};
        };
        styles: { readonly [key: string]: string };
    } = ...

    Component definition for Card

    Type Declaration

    • ReadonlyclassNames: { root: "bui-Card"; trigger: "bui-CardTrigger" }
    • ReadonlypropDefs: {
          children: {};
          className: {};
          download: {};
          href: {};
          label: {};
          onPress: {};
          rel: {};
          target: {};
      }
    • styles: { readonly [key: string]: string }