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