UNPKG

@itwin/quantity-formatting-react

Version:

React components and utilities for quantity formatting

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