minishouyin/node_modules/rc-progress/lib/common.d.ts

4 lines
177 B
TypeScript
Raw Normal View History

2025-11-12 11:35:57 +08:00
import type { ProgressProps } from './interface';
export declare const defaultProps: Partial<ProgressProps>;
export declare const useTransitionDuration: () => SVGPathElement[];