UNPKG

@twilio/flex-ui

Version:

Twilio Flex UI

13 lines (12 loc) 353 B
import * as React from "react"; interface NoDataPlaceholderProps { heading: React.ReactChild; body: React.ReactChild; image?: React.ReactElement<any>; linkUrl?: string; linkText?: React.ReactChild; } export declare class NoDataPlaceholder extends React.PureComponent<NoDataPlaceholderProps> { render(): JSX.Element; } export {};