@twilio/flex-ui
Version:
Twilio Flex UI
15 lines (14 loc) • 713 B
TypeScript
import { DynamicContentStore } from "../../../flex-ui-core/src";
import * as React from "react";
import { ProfileConnectorTabsChildrenKeys, ProfileConnectorTabsChildrenProps } from "./ProfileConnectorTabs.definitions";
export declare const displayName = "ProfileConnectorTabs";
export declare const contentStore: DynamicContentStore<ProfileConnectorTabsChildrenProps, ProfileConnectorTabsChildrenKeys>;
export declare class ProfileConnectorTabsImpl extends React.PureComponent<ProfileConnectorTabsChildrenProps> {
private tabsContainerRef;
private tabs;
private handleTabSelection;
private setTabsData;
componentDidMount(): void;
componentWillUnmount(): void;
render(): JSX.Element;
}