UNPKG

@itwin/quantity-formatting-react

Version:

React components and utilities for quantity formatting

14 lines 503 B
import type { FormatProps } from "@itwin/core-quantity"; import "../FormatPanel.scss"; /** Properties of [[KeepDecimalPoint]] component. * @internal */ export interface KeepDecimalPointProps { formatProps: FormatProps; onChange: (format: FormatProps) => void; } /** Component to show/edit Keep Decimal Point setting. * @internal */ export declare function KeepDecimalPoint(props: KeepDecimalPointProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=KeepDecimalPoint.d.ts.map