Backstage
    Preparing search index...

    Variable DateRangePickerDefinitionConst

    DateRangePickerDefinition: {
        classNames: { root: "bui-DateRangePicker" };
        propDefs: {
            className: {};
            description: {};
            label: {};
            secondaryLabel: {};
            size: { dataAttribute: true; default: "small" };
        };
        styles: { readonly [key: string]: string };
    } = ...

    Component definition for DateRangePicker

    Type Declaration

    • ReadonlyclassNames: { root: "bui-DateRangePicker" }
    • ReadonlypropDefs: {
          className: {};
          description: {};
          label: {};
          secondaryLabel: {};
          size: { dataAttribute: true; default: "small" };
      }
    • styles: { readonly [key: string]: string }