@iobroker/adapter-react
Version:
React classes to develop admin interfaces for ioBroker with react.
9 lines (8 loc) • 528 B
TypeScript
declare const _default: React.ComponentType<Pick<PropTypes.InferProps<{
cronExpression: PropTypes.Requireable<string>;
onChange: PropTypes.Validator<(...args: any[]) => any>;
language: PropTypes.Requireable<string>;
}>, "language" | "onChange" | "cronExpression"> & import("@material-ui/core/styles").StyledComponentProps<"slider" | "mainDiv" | "periodSelect" | "tabContent" | "numberButton" | "numberButtonBreak" | "appBar">>;
export default _default;
import PropTypes from "prop-types";
import React from "react";