UNPKG

@carbon/ibm-products-web-components

Version:
20 lines 546 B
/** * Copyright IBM Corp. 2025 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. */ export declare enum BigNumberSize { Default = "default", Large = "lg", XLarge = "xl" } export type BigNumberSizeValues = `${BigNumberSize}`; export declare enum Characters { Dash = "\u2013", Slash = "/", Percentage = "%" } export declare const DefaultLocale = "en-US"; export declare const UNKNOWN = "Unknown"; //# sourceMappingURL=constants.d.ts.map