UNPKG

@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

8 lines (7 loc) 449 B
import React from 'react'; import { IToggleWithLabel } 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 ToggleWithLabelUncontrolled: React.ForwardRefExoticComponent<IToggleWithLabel<string> & React.RefAttributes<HTMLFieldSetElement>>; export { ToggleWithLabelUncontrolled as ToggleWithLabel };