UNPKG

@twilio/flex-ui

Version:

Twilio Flex UI

11 lines (10 loc) 584 B
import { DynamicContentStore } from "../../../../flex-ui-core/src"; import * as React from "react"; import { TaskInfoPanelProps } from "../../../canvas/TaskInfoPanel"; import { TaskInfoPanelChildrenKeys } from "../../../canvas/TaskInfoPanel/TaskInfoPanel.definitions"; export declare const displayName = "SupervisorTaskInfoPanel"; export declare const contentStore: DynamicContentStore<TaskInfoPanelProps, TaskInfoPanelChildrenKeys>; export declare class TaskInfoPanelImpl extends React.PureComponent<TaskInfoPanelProps> { static displayName: string; render(): JSX.Element; }