UNPKG

@sms-frontend/components

Version:

SMS Design React UI Library.

11 lines (10 loc) 256 B
/// <reference types="react" /> declare function LineProgress(props: any): JSX.Element; declare namespace LineProgress { var defaultProps: { showText: boolean; size: string; status: string; }; } export default LineProgress;