UNPKG

shineout

Version:

Shein 前端组件库

6 lines (5 loc) 264 B
/// <reference types="react" /> import { TypeSpinProps } from './Props'; export declare function Ring(obj: TypeSpinProps): JSX.Element; export declare function Plane(obj: TypeSpinProps): JSX.Element; export declare function Pulse(obj: TypeSpinProps): JSX.Element;