UNPKG

dumi-theme-mobile

Version:
9 lines (8 loc) 190 B
import type { FC } from 'react'; import './index.less'; interface IDeviceProps { url: string; inlineHeight?: number; } declare const Device: FC<IDeviceProps>; export default Device;