UNPKG

@quanxi/ui

Version:

全悉组件库

5 lines (4 loc) 181 B
/// <reference types="react" /> import type { SpinProps } from "./type"; import "./style.scss"; export default function Spin({ spinning, type, children, }: SpinProps): JSX.Element;