UNPKG

@hhgtech/hhg-components

Version:
5 lines (4 loc) 256 B
import React from 'react'; import { IndicatorProps as MantineIndicatorProps } from '@mantine/core'; export type IndicatorProps = MantineIndicatorProps; export declare const Indicator: ({ styles, color, ...props }: IndicatorProps) => React.JSX.Element;