@fesjs/fes-design
Version:
fes-design for PC
8 lines (7 loc) • 305 B
TypeScript
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;