UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

10 lines (9 loc) 249 B
import { addComponentKeysets } from "../../../i18n/index.js"; import en from "./en.json"; import ru from "./ru.json"; const COMPONENT = 'Toaster'; export default addComponentKeysets({ en, ru, }, COMPONENT); //# sourceMappingURL=index.js.map