UNPKG

liber-salti

Version:

Saltí - Liber Design System

8 lines (7 loc) 300 B
import React from 'react'; import { FormControlLabelProps } from './FormControlLabel.types'; /** * Used for displaying an extra label on form control components (Radio, Switch and Checkbox) */ declare const FormControlLabel: React.FC<FormControlLabelProps>; export default FormControlLabel;