UNPKG

lw-json-view

Version:

使用 Vite + react 18 完成的 json 内容展示组件。

7 lines (6 loc) 272 B
export default function ExpandIcon({ expanded, color, onClick, size, }: { expanded?: boolean | undefined; color?: string | undefined; onClick?: ((value: boolean) => void) | undefined; size?: number | undefined; }): import("react/jsx-runtime").JSX.Element;