@itwin/quantity-formatting-react
Version:
React components and utilities for quantity formatting
13 lines • 471 B
TypeScript
import type { FormatProps } from "@itwin/core-quantity";
/** Properties of [[StationSeparator]] component.
* @internal
*/
export interface StationSeparatorProps {
formatProps: FormatProps;
onChange: (format: FormatProps) => void;
}
/** Component to show/edit Station Format Separator.
* @internal
*/
export declare function StationSeparator(props: StationSeparatorProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=StationSeparator.d.ts.map