2024-08-20 23:25:37 +04:00

4 lines
177 B
TypeScript

import type { ProgressProps } from './interface';
export declare const defaultProps: Partial<ProgressProps>;
export declare const useTransitionDuration: () => SVGPathElement[];