UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

8 lines (7 loc) 276 B
/** * Web ProgressIndicator Component * */ import { ProgressIndicatorCircularAllProps } from './types'; declare function ProgressIndicatorCircular(props: ProgressIndicatorCircularAllProps): import("react/jsx-runtime").JSX.Element; export default ProgressIndicatorCircular;