UNPKG

@canva/create-app

Version:

A command line tool for creating Canva Apps.

15 lines (13 loc) 485 B
import { defineMessages } from "react-intl"; export const PromptInputMessages = defineMessages({ /** Messages related to prompts and user input validation. */ promptInspireMe: { defaultMessage: "Inspire me", description: "A button label to generate a prompt automatically, which may inspire the user to write their own", }, promptTryAnother: { defaultMessage: "Try another", description: "A button label to try another image generation prompt", }, });