@activecollab/components
Version:
ActiveCollab Components
13 lines • 856 B
TypeScript
/// <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> & {
gradient?: string | undefined;
}, "ref"> & import("react").RefAttributes<SVGSVGElement>>, any, {
$open: boolean;
}, never>;
//# sourceMappingURL=Styles.d.ts.map