UNPKG

galileo-ui

Version:

My Design System Components

10 lines (9 loc) 227 B
import React from "react"; interface StkSwitchProps { id: string; backgroundColor?: string; disabled?: boolean; readOnly?: boolean; } declare const StkSwitch: React.FC<StkSwitchProps>; export default StkSwitch;