UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

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