UNPKG

@iobroker/adapter-react

Version:

React classes to develop admin interfaces for ioBroker with react.

10 lines (9 loc) 537 B
declare const _default: React.ComponentType<Pick<PropTypes.InferProps<{ language: PropTypes.Requireable<string>; onNavigate: PropTypes.Requireable<(...args: any[]) => any>; theme: PropTypes.Requireable<string>; mobile: PropTypes.Requireable<boolean>; }>, "language" | "theme" | "onNavigate" | "mobile"> & import("@material-ui/core/styles").StyledComponentProps<"errorCode" | "content" | "overlay" | "output" | "terminal" | "root">>; export default _default; import PropTypes from "prop-types"; import React from "react";