@twilio/flex-ui
Version:
Twilio Flex UI
13 lines (12 loc) • 612 B
TypeScript
import { DynamicContentStore } from "../../flex-ui-core/src";
import * as React from "react";
import { RootContainerChildrenKeys, RootContainerChildrenProps } from "./RootContainer.definitions";
export declare const displayName = "RootContainer";
export declare const contentStore: DynamicContentStore<RootContainerChildrenProps, RootContainerChildrenKeys>;
export declare class RootContainerImpl extends React.PureComponent<RootContainerChildrenProps> {
static displayName: string;
private containerRef;
componentDidMount(): void;
componentDidCatch(e: Error): void;
render(): JSX.Element;
}