@freshworks/crayons
Version:
Crayons Web Components library
4 lines (3 loc) • 363 B
TypeScript
/// <reference types="react" />
import type { JSX } from '@freshworks/crayons/dist/components';
export declare const FwLabel: import("react").ForwardRefExoticComponent<JSX.FwLabel & Omit<import("react").HTMLAttributes<HTMLFwLabelElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLFwLabelElement>>;