UNPKG

dumi-theme-mobile

Version:
9 lines (8 loc) 357 B
import PreviewerActions from 'dumi/theme-default/slots/PreviewerActions'; import { type ComponentProps, type FC } from 'react'; import './index.less'; type IPreviewerActionsProps = ComponentProps<typeof PreviewerActions> & { qrCodeUrl?: string; }; declare const MobilePreviewerActions: FC<IPreviewerActionsProps>; export default MobilePreviewerActions;