UNPKG

carpooluikit

Version:
5 lines (4 loc) 528 B
import { PancakeToggleProps, HandleProps, InputProps } from "./types"; export declare const PancakeStack: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, HandleProps, never>; export declare const PancakeInput: import("styled-components").StyledComponent<"input", import("styled-components").DefaultTheme, InputProps, never>; export declare const PancakeLabel: import("styled-components").StyledComponent<"label", import("styled-components").DefaultTheme, PancakeToggleProps, never>;