UNPKG

cosmo-ui

Version:
11 lines (9 loc) 244 B
import { Component } from 'react' import { StylableComponent } from '.' export interface FormBoxProps extends StylableComponent { IconComponent?: JSX.Element title: string subtitle: string errors: string[] valid: boolean }