Repository URL to install this package:
|
Version:
4.0.35 ▾
|
import { IconWithTextProps } from './typings';
declare function defaultRenderIcon(props: IconWithTextProps): JSX.Element;
declare function defaultRenderText(props: IconWithTextProps): JSX.Element;
declare function defaultRenderWrapper(props: IconWithTextProps): JSX.Element;
export { defaultRenderIcon, defaultRenderText, defaultRenderWrapper };