UNPKG

@twilio/flex-ui

Version:

Twilio Flex UI

11 lines (10 loc) 649 B
import { DynamicContentStore } from "../../../flex-ui-core/src"; import * as React from "react"; import { CustomerProfileViewChildrenKeys, CustomerProfileViewChildrenProps } from "./CustomerProfileView.definitions"; export declare const displayName = "ProfileView"; export declare const contentStore: DynamicContentStore<CustomerProfileViewChildrenProps, CustomerProfileViewChildrenKeys>; export declare const CustomerProfileViewImplComponent: React.FC<CustomerProfileViewChildrenProps>; export declare const CustomerProfileViewImpl: React.FC<CustomerProfileViewChildrenProps> & { displayName: string; }; export default CustomerProfileViewImpl;