UNPKG

react-toggle-component

Version:

A React UI Component to display an awesome Toggle Button control

27 lines (26 loc) 585 B
/** * Default theme settings. * */ declare const _default: { version: string; width: string; height: string; borderWidth: string; borderColor: string; leftBorderColor: string; rightBorderColor: string; leftBackgroundColor: string; rightBackgroundColor: string; backgroundColorDisabled: string; radius: string; radiusBackground: string; knobRadius: string; knobWidth: string; knobHeight: string; knobGap: string; knobColor: string; leftKnobColor: string; rightKnobColor: string; }; export default _default;