my_gradio / js /core /src /gradio_helper.ts
xray918's picture
Upload folder using huggingface_hub
0ad74ed verified
raw
history blame contribute delete
200 Bytes
import { format } from "svelte-i18n";
import { get } from "svelte/store";
export { Gradio } from "@gradio/utils";
export const formatter = get(format);
export type I18nFormatter = typeof formatter;