UNPKG

preact-arco-design

Version:

Arco Design React UI Library.

7 lines (5 loc) 156 B
import * as React from 'preact/compat'; type IconContextType = { prefixCls?: string; } export declare const IconContext: React.Context<IconContextType>;