@procore/core-react
Version:
React library of Procore Design Guidelines
36 lines (35 loc) • 1.16 kB
TypeScript
import type { Locale } from '../_hooks/I18n';
export declare const exampleText: {
default: string;
none: string;
short_ipsum: string;
short_sentence: string;
long_ipsum: string;
longest_ipsum: string;
long_ipsum_one_line: string;
number: string;
symbol: string;
no_space: string;
intl_symbol: string;
mixed_char: string;
alert_text: string;
};
export declare function Ipsum(lengthOrOptions: number | {
length: number;
lettercase?: 'sentence' | 'title';
trailingPeriod?: boolean;
}): string;
export declare const commonMimeTypes: Record<string, string>;
export declare const mockedAcceptFileTypes: {
id: number;
label: string;
mimetypes: string[];
}[];
export declare const avatarImageUrl = "https://en.gravatar.com/userimage/46725293/c50eaab013a795dae218cbc7e91227eb.jpeg";
export declare const tzDatabaseNames: string[];
/**
* @deprecated to get all locales available,
* you can use TMS_SUPPORTED_LOCALE list or ALL_LOCALES list from [Globalization toolkit](https://github.com/procore/globalization-toolkit)
* @deprecatedSince 12.10.0
*/
export declare const locales: Locale[];