mistui-kit
Version:
**👉 [Try MistUi Live](https://gilded-tanuki-0eb52b.netlify.app/) — interactive playground & docs**
8 lines (7 loc) • 476 B
TypeScript
import type { LabelProps, LabelTopProps } from './type';
export declare const LabelTop: ({ children, style, size, required }: LabelTopProps) => import("react/jsx-runtime").JSX.Element;
export declare const ValidatorBottomLabel: ({ children }: {
children: any;
}) => import("react/jsx-runtime").JSX.Element;
export declare const FormWrapper: import("react").ForwardRefExoticComponent<LabelProps & import("react").RefAttributes<HTMLDivElement>>;
export default FormWrapper;