UNPKG

@activecollab/components

Version:

ActiveCollab Components

11 lines 815 B
/// <reference types="react" /> import { InputMode, InputSize } from "../Input/types"; export declare const StyledSelectTrigger: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & import("react").RefAttributes<HTMLButtonElement>>, any, { $size?: InputSize | undefined; $invalid?: boolean | undefined; $mode?: InputMode | undefined; }, never>; export declare const StyledCaretIcon: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>, any, { $open: boolean; }, never>; //# sourceMappingURL=Styles.d.ts.map