UNPKG

slightning-coco-widget

Version:

SLIGHTNING 的 CoCo 控件框架。

4 lines (3 loc) 269 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;