UNPKG

@keycloakify/keycloak-admin-ui

Version:
8 lines 356 B
import { jsx as _jsx } from "react/jsx-runtime"; import { useTranslation } from "react-i18next"; import { SwitchControl } from "../ui-shared"; export const DefaultSwitchControl = (props) => { const { t } = useTranslation(); return _jsx(SwitchControl, { ...props, labelOn: t("on"), labelOff: t("off") }); }; //# sourceMappingURL=SwitchControl.js.map