UNPKG

antd-mobile

Version:
4 lines (3 loc) 266 B
import React from 'react'; export declare type ResultIconProps = {}; export declare const useResultIcon: (status?: "error" | "waiting" | "success" | "warning" | "info" | undefined) => string | number | boolean | Iterable<React.ReactNode> | React.JSX.Element | null;