@kubit-ui-web/react-components
Version:
Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience
7 lines (6 loc) • 408 B
TypeScript
import React from 'react';
import { IToggleWithLabelControlled } from './types/toggleWithLabel';
/**
* @deprecated This component has been deprecated and will be removed in the next MAJOR release. Will include all this on the Toggle component
*/
export declare const ToggleWithLabelControlled: React.ForwardRefExoticComponent<IToggleWithLabelControlled<string> & React.RefAttributes<HTMLFieldSetElement>>;