@vtex/admin-ui
Version:
> VTEX admin component library
10 lines (9 loc) • 340 B
TypeScript
import type { ComponentPropsWithRef } from 'react';
/**
* Form label component.
* It renders a label jsx element by default
* @example
* <Label>label</Label>
*/
export declare const Label: import("@vtex/admin-ui-react").AdminUIJsxElement<"label", {}, {}>;
export declare type LabelProps = ComponentPropsWithRef<typeof Label>;