UNPKG

carbon-react

Version:

A library of reusable React components for easily building user interfaces.

9 lines (8 loc) 339 B
import { SwitchProps } from "../switch.component"; export interface SwitchSliderPanelProps { isLoading?: boolean; size?: SwitchProps["size"]; isDarkBackground?: boolean; } declare const SwitchSliderPanel: import("styled-components").StyledComponent<"div", any, SwitchSliderPanelProps, never>; export default SwitchSliderPanel;