UNPKG

@twilio/flex-ui

Version:

Twilio Flex UI

7 lines (6 loc) 253 B
import * as React from "react"; import { ErrorPageProps } from "./ErrorPage.definitions"; declare const ErrorPageThemed: React.FC<Pick<ErrorPageProps, "error"> & { theme?: import("@emotion/react").Theme; }>; export { ErrorPageThemed as ErrorPage };