@lanyue/react-object-viewer
Version:
A flexible and lightweight object viewer component for React.
12 lines (11 loc) • 873 B
TypeScript
export declare function IconArrow(): import("react/jsx-runtime").JSX.Element;
export declare function IconEllipsis(): import("react/jsx-runtime").JSX.Element;
export declare function IconObject(): import("react/jsx-runtime").JSX.Element;
export declare function IconArray(): import("react/jsx-runtime").JSX.Element;
export declare function IconString(): import("react/jsx-runtime").JSX.Element;
export declare function IconNumber(): import("react/jsx-runtime").JSX.Element;
export declare function IconBoolean(): import("react/jsx-runtime").JSX.Element;
export declare function IconNull(): import("react/jsx-runtime").JSX.Element;
export declare function IconUndefined(): import("react/jsx-runtime").JSX.Element;
export declare function IconSymbol(): import("react/jsx-runtime").JSX.Element;
export declare function IconFunction(): import("react/jsx-runtime").JSX.Element;