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