types: export props types

This commit is contained in:
chenjiahan
2021-09-23 10:15:48 +08:00
parent 70eec20d25
commit a3380f08c0
25 changed files with 66 additions and 45 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
import { withInstall } from '../utils';
import _Progress from './Progress';
import _Progress, { ProgressProps } from './Progress';
export const Progress = withInstall(_Progress);
export default Progress;
export type { ProgressProps };
export type { ProgressInstance } from './types';