portainer/app/portainer/react/components/switch-field.ts

20 lines
354 B
TypeScript

import { r2a } from '@/react-tools/react2angular';
import { SwitchField } from '@@/form-components/SwitchField';
export const switchField = r2a(SwitchField, [
'tooltip',
'checked',
'index',
'label',
'name',
'labelClass',
'fieldClass',
'dataCy',
'disabled',
'onChange',
'featureId',
'switchClass',
'setTooltipHtmlMessage',
]);