1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-25 14:52:20 +01:00

6 lines
243 B
TypeScript
Raw Normal View History

import Switch from 'react-switch';
import { react2angular } from 'react2angular';
2020-10-28 14:23:27 +01:00
import Application from '../models/application';
Application.Components.component('switch', react2angular(Switch, ['checked', 'onChange', 'id', 'className']));