shineout
Version:
Shein 前端组件库
13 lines (12 loc) • 772 B
TypeScript
/// <reference types="react" />
import { TypeSpinProps } from './Props';
export declare function DoubleBounce(props: TypeSpinProps): JSX.Element;
export declare function Wave(prop: TypeSpinProps): JSX.Element;
export declare function CubeGrid(props: TypeSpinProps): JSX.Element;
export declare function ChasingRing(prop: TypeSpinProps): JSX.Element;
export declare function Default(prop: TypeSpinProps): JSX.Element;
export declare const ScaleCircle: (opt: TypeSpinProps) => JSX.Element;
export declare const FadingCircle: (opt: TypeSpinProps) => JSX.Element;
export declare function ThreeBounce(prop: TypeSpinProps): JSX.Element;
export declare function ChasingDots(props: TypeSpinProps): JSX.Element;
export declare function FourDots(props: TypeSpinProps): JSX.Element;