UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

11 lines (10 loc) 318 B
/** * Web ProgressIndicator Component * */ import type { ProgressIndicatorAllProps } from './types'; declare function ProgressIndicator(props: ProgressIndicatorAllProps): import("react/jsx-runtime").JSX.Element; declare namespace ProgressIndicator { var displayName: string; } export default ProgressIndicator;