UNPKG

@keen.io/ui-core

Version:

Keen visual components library

15 lines (14 loc) 983 B
import { ToggleVariant } from './types'; export declare const ToggleWrapper: import("styled-components").StyledComponent<"div", any, { isDisabled: boolean; }, never>; export declare const Track: import("styled-components").StyledComponent<"div", any, { variant: ToggleVariant; }, never>; export declare const TrackMotion: import("styled-components").StyledComponent<import("framer-motion").ForwardRefComponent<HTMLDivElement, import("framer-motion").HTMLMotionProps<"div">>, any, { variant: ToggleVariant; }, never>; export declare const LabelMotion: import("styled-components").StyledComponent<import("framer-motion").ForwardRefComponent<HTMLDivElement, import("framer-motion").HTMLMotionProps<"div">>, any, {}, never>; export declare const SwitcherMotion: import("styled-components").StyledComponent<import("framer-motion").ForwardRefComponent<HTMLDivElement, import("framer-motion").HTMLMotionProps<"div">>, any, { variant: ToggleVariant; }, never>;