UNPKG

primereact

Version:

A rich set of premium UI Components for React.

6 lines (5 loc) 316 B
import type { MeterGroupRootInstance } from '@primereact/types/primitive/metergroup'; export declare const MeterGroupProvider: ({ value, children }: { value: MeterGroupRootInstance; children: React.ReactNode; }) => import("react").JSX.Element, useMeterGroupContext: () => MeterGroupRootInstance | undefined;