UNPKG

@appbuckets/react-ui

Version:
7 lines (6 loc) 254 B
import { ProgressIndicator } from '../Shared.types'; import { ProgressDescriptor } from './useProgressProps'; export default function useProgressIndicator( indicator: ProgressIndicator | undefined, progress: ProgressDescriptor ): JSX.Element | null;