fannypack-v5
Version:
An accessible, composable, and friendly React UI Kit
13 lines (12 loc) • 758 B
TypeScript
export declare const defaultDashArrayValueMax = 325;
export declare const defaultDashOffset = 200;
export declare const progressDashArrayValue = 126;
export declare const progressDashOffset = 60;
export declare const SpinnerWrapper: (styleProps: any) => string;
export declare const Spinner: (styleProps: any) => string;
export declare const TrackCircle: (styleProps: any) => string;
export declare const LoaderCircle: (styleProps: any) => string;
export declare const getDashArrayValue: (styleProps: any) => number;
export declare const getSizeProperties: (styleProps: any) => any;
export declare const rotate: import("@emotion/serialize").Keyframes;
export declare const getSpinnerAnimation: (styleProps: any) => import("@emotion/utils").SerializedStyles;