Type alias CookieProps

CookieProps: {
    buttons?: CookieButton[];
    description?: ReactElement;
    onCancel?: any;
    onOkay?: any;
    title?: string;
} & ModalProps

Type declaration

  • Optional buttons?: CookieButton[]
  • Optional description?: ReactElement
  • Optional onCancel?: any
  • Optional onOkay?: any
  • Optional title?: string

Generated using TypeDoc