amis-rpc-design/node_modules/rc-progress/lib/common.d.ts

4 lines
177 B
TypeScript
Raw Normal View History

2023-10-07 19:42:30 +08:00
import type { ProgressProps } from './interface';
export declare const defaultProps: Partial<ProgressProps>;
export declare const useTransitionDuration: () => SVGPathElement[];