File size: 165 Bytes
1e92f2d |
1 2 3 4 |
export { DEVICE_TYPES, DEVICES_SUPPORTED } from './constants';
export { default as DeviceSwitcher } from './device-switcher';
export type { Device } from './types';
|
1e92f2d |
1 2 3 4 |
export { DEVICE_TYPES, DEVICES_SUPPORTED } from './constants';
export { default as DeviceSwitcher } from './device-switcher';
export type { Device } from './types';
|