@itwin/quantity-formatting-react
Version:
React components and utilities for quantity formatting
14 lines • 491 B
TypeScript
import type { FormatProps } from "@itwin/core-quantity";
import "../FormatPanel.scss";
/** Properties of [[KeepSingleZero]] component.
* @internal
*/
export interface KeepSingleZeroProps {
formatProps: FormatProps;
onChange: (format: FormatProps) => void;
}
/** Component to show/edit Keep Single Zero setting.
* @internal
*/
export declare function KeepSingleZero(props: KeepSingleZeroProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=KeepSingleZero.d.ts.map