UNPKG

liber-salti

Version:

Saltí - Liber Design System

8 lines (7 loc) 256 B
import React from 'react'; import { LinearProgressProps } from './LinearProgress.types'; /** * A linear progress indicates a determinate loading state. */ declare const LinearProgress: React.FC<LinearProgressProps>; export default LinearProgress;