UNPKG

@antv/s2-react

Version:
11 lines (10 loc) 273 B
import React from 'react'; import './html-icon.less'; export interface HtmlIconProps { name: string; style?: React.CSSProperties | undefined; width?: number; height?: number; className?: string; } export declare const HtmlIcon: React.FC<HtmlIconProps>;