UNPKG

@xyo-network/react-shared

Version:

Common React library for all XYO projects that use React

9 lines 367 B
import { type PopoverProps } from '@mui/material'; import React from 'react'; export interface FixedPointPopoverProps extends PopoverProps { fixedPoint?: number; minFixedPoint?: number; onFixedPointChange?: (value: number) => void; } export declare const FixedPointPopover: React.FC<FixedPointPopoverProps>; //# sourceMappingURL=FixedPointPopover.d.ts.map