Advertisement
Guest User

Untitled

a guest
Dec 18th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. type Props = {
  3.   title: string | React.Node,
  4.   buttons: Array<{
  5.     label: string,
  6.     icon?: string,
  7.     action: () => void,
  8.     color: 'default' | 'accent' | 'primary' | 'contrast'
  9.   }>
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement