UNPKG

@patreon/studio

Version:

Patreon Studio Design System

11 lines (10 loc) 812 B
import type { SelectProps } from './types'; declare type StyledProps = Pick<SelectProps, 'error' | 'disabled' | 'primaryLabel' | 'secondaryLabel' | 'width'>; export declare const InputWrapper: import("styled-components").StyledComponent<"div", any, StyledProps & { isFluid: boolean; }, never>; export declare const LabelWrapper: import("styled-components").StyledComponent<"div", any, StyledProps, never>; export declare const SelectWrapper: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const IconWrapper: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const StyledSelect: import("styled-components").StyledComponent<"select", any, Required<Pick<SelectProps, "variant">> & Omit<SelectProps, "variant" | "options">, never>; export {};