@material-ui/lab
Version:
Laboratory for new Material-UI modules.
8 lines (7 loc) • 463 B
TypeScript
/// <reference types="react" />
declare const PickerView: import("@material-ui/system").StyledComponent<{
theme?: import("@material-ui/core/styles").Theme | undefined;
as?: import("react").ElementType<any> | undefined;
sx?: import("@material-ui/system").SxProps<import("@material-ui/core/styles").Theme> | undefined;
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
export default PickerView;