@keen.io/ui-core
Version:
Keen visual components library
15 lines (14 loc) • 801 B
TypeScript
/// <reference types="react" />
import { LayoutProps } from 'styled-system';
import { Variant } from './types';
export declare const Container: import("styled-components").StyledComponent<"div", any, LayoutProps<Required<import("styled-system").Theme<import("react").ReactText>>>, never>;
export declare const IconSocket: import("styled-components").StyledComponent<import("framer-motion").ForwardRefComponent<HTMLDivElement, import("framer-motion").HTMLMotionProps<"div">>, any, {
type: Variant;
}, never>;
export declare const StyledCheckbox: import("styled-components").StyledComponent<"div", any, {
checked: boolean;
type: Variant;
}, never>;
export declare const HiddenInput: import("styled-components").StyledComponent<"input", any, {
type: "checkbox";
}, "type">;