UNPKG

segmented-controls-react

Version:

A good-lookin' segmented control React component 🔥

18 lines (17 loc) • 918 B
export declare const Wrapper: import("styled-components").StyledComponent<"div", any, { size: string; count: number; }, never>; export declare const Input: import("styled-components").StyledComponent<"input", any, {}, never>; export declare const MotionWrapper: import("styled-components").StyledComponent<"div", any, { size: "large" | "small"; }, never>; export declare const MotionLabel: import("styled-components").StyledComponent<import("framer-motion").ForwardRefComponent<HTMLLabelElement, import("framer-motion").HTMLMotionProps<"label">>, any, { size: "large" | "small"; isSelected: boolean; disabled?: boolean | undefined; tap: boolean; }, never>; export declare const SelectedBg: import("styled-components").StyledComponent<import("framer-motion").ForwardRefComponent<HTMLDivElement, import("framer-motion").HTMLMotionProps<"div">>, any, { size: "large" | "small"; }, never>;