UNPKG

@e-group/material-lab

Version:

EGroup Team Lab - Incubator for EGroup Team experimental React components.

9 lines (8 loc) 249 B
export default NotchedOutline; declare function NotchedOutline(props: any): JSX.Element; declare namespace NotchedOutline { namespace propTypes { const labelWidth: PropTypes.Validator<number>; } } import PropTypes from "prop-types";