UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

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