types: export props types
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user