UNPKG

shineout

Version:

Shein 前端组件库

11 lines (10 loc) 274 B
/// <reference types="react" /> import { ProgressProps } from './Props'; declare function Progress(props: ProgressProps): JSX.Element; declare namespace Progress { var defaultProps: { shape: string; }; var displayName: string; } export default Progress;