UNPKG

box-ui-elements-test

Version:
21 lines (17 loc) 419 B
// @flow import type { MessageActions } from './message-actions'; type PreviewParams = {| fileUpload?: { fileId: string, sharedLinkUrl: string }, |}; type ButtonParam = { actions: MessageActions, label: string, }; export type PreviewTitleBodyTwoButtonsParams = {| body: string, button1: ButtonParam, button2?: ButtonParam, templateID: string, title: string, ...PreviewParams, |};