UNPKG

dmeditor

Version:

dmeditor is a block-style visual editor. Data is in json format.

4 lines (3 loc) 158 B
export declare const setDevice: (d: DeviceType) => void; export type DeviceType = '' | 'mobile' | 'tablet'; export declare const useDevice: () => DeviceType;