Files
video-gen/video-gen-admin/node_modules/@rc-component/progress/lib/index.d.ts
T
2026-05-25 17:08:18 +08:00

5 lines
133 B
TypeScript

import Line from './Line';
import Circle from './Circle';
export type { ProgressProps } from './interface';
export { Line, Circle };