UNPKG

@fesjs/fes-design

Version:
8 lines (7 loc) 305 B
import type { SFCWithInstall } from '../_util/interface'; import Progress from './progress'; export { progressProps } from './props'; export type { ProgressProps } from './props'; type ProgressType = SFCWithInstall<typeof Progress>; export declare const FProgress: ProgressType; export default FProgress;