UNPKG

breakfast-ui

Version:

Your tasty component library

6 lines (5 loc) 227 B
import React from "react"; import "./MaterialTextBox.modules.css"; import MaterialTextBoxProps from "./MaterialTextBox.types"; declare const MaterialTextBox: React.FC<MaterialTextBoxProps>; export default MaterialTextBox;