@ozen-ui/kit
Version:
React component library
5 lines (4 loc) • 306 B
TypeScript
import './FormGroup.css';
import type { FormGroupBaseProps } from './types';
export declare const cnFormGroup: import("@bem-react/classname").ClassNameFormatter;
export declare const FormGroup: import("../../utils/polymorphicComponentWithRef").PolymorphicComponentWithRef<FormGroupBaseProps, "div", "as">;