@ozen-ui/kit
Version:
React component library
5 lines (4 loc) • 343 B
TypeScript
import './FormControlLabel.css';
import type { FormControlLabelBaseProps } from './index';
export declare const cnFormControlLabel: import("@bem-react/classname").ClassNameFormatter;
export declare const FormControlLabel: import("../../utils/polymorphicComponentWithRef").PolymorphicComponentWithRef<FormControlLabelBaseProps, "label", "as">;