UNPKG

@coconut-software/ui

Version:

React components for faster and easier web development.

4 lines (3 loc) 312 B
import type { ProgressVariantProps } from './Progress'; declare function Linear({ 'aria-label': label, 'aria-labelledby': labelledBy, 'aria-valuemax': max, 'aria-valuemin': min, 'aria-valuenow': now, 'aria-valuetext': valueText, color, id, value, }: ProgressVariantProps): JSX.Element; export default Linear;