UNPKG

breakfast-ui

Version:

Your tasty component library

6 lines (5 loc) 191 B
import React from 'react'; import './ErrorText.modules.css'; import ErrorTextProps from './ErrorText.types'; declare const ErrorText: React.FC<ErrorTextProps>; export default ErrorText;