common.d.ts 177 B

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