UNPKG

@fatherly-funnies/joke-card

Version:

React component to display a daily joke

7 lines (6 loc) 140 B
export interface SnackbarProps { severity: "success" | "error" | "warning"; message: string; open: boolean; onClose: any; }