UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

7 lines (6 loc) 254 B
import { addComponentKeysets } from "../../../../i18n/index.js"; import en from "./en.json"; import ru from "./ru.json"; const COMPONENT = 'PasswordInput'; export const i18n = addComponentKeysets({ en, ru }, COMPONENT); //# sourceMappingURL=index.js.map