UNPKG

breakfast-ui

Version:

Your tasty component library

8 lines (7 loc) 257 B
import React from "react"; export default interface SuccessTextProps extends React.HTMLAttributes<HTMLParagraphElement> { title: string; icon?: string | "type1" | "type2" | "type3"; showIcon?: boolean; styles?: React.CSSProperties; }