Repository URL to install this package:
|
Version:
4.2.0-a11y.0 ▾
|
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 };