@activecollab/components
Version:
ActiveCollab Components
26 lines • 1.74 kB
TypeScript
export declare const StyledComboBoxInput: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("..").InputProps & import("react").RefAttributes<HTMLInputElement>>, any, {
$loading?: boolean;
}, never>;
export declare const StyledComboBoxCollapseExpandSingleIcon: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement> & {
gradient?: string;
}, "ref"> & import("react").RefAttributes<SVGSVGElement>>, any, {
$open?: boolean;
}, never>;
export declare const StyledComboBoxCloseSmallIcon: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement> & {
gradient?: string;
}, "ref"> & import("react").RefAttributes<SVGSVGElement>>, any, {}, never>;
export declare const StyledComboBoxList: import("styled-components").StyledComponent<"div", any, {
$width?: number;
$hide: boolean;
}, never>;
export declare const StyledChipWrapper: import("styled-components").StyledComponent<"div", any, {
$autoSize: string;
$open?: boolean;
}, never>;
export declare const StyledInfoIcon: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement> & {
gradient?: string;
}, "ref"> & import("react").RefAttributes<SVGSVGElement>>, any, {}, never>;
export declare const StyledInfoSmallIcon: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement> & {
gradient?: string;
}, "ref"> & import("react").RefAttributes<SVGSVGElement>>, any, {}, never>;
//# sourceMappingURL=Styles.d.ts.map