UNPKG

@quanxi/ui

Version:

全悉组件库

5 lines (4 loc) 144 B
/// <reference types="react" /> export default function LoadingImg({ type, }: { type?: "primary" | "secondary" | "subtle"; }): JSX.Element;