UNPKG

@twilio/flex-ui

Version:

Twilio Flex UI

10 lines (9 loc) 565 B
import { DynamicContentStore } from "../../../flex-ui-core/src"; import * as React from "react"; import { ProfileHighlightsChildrenKeys, ProfileHighlightsProps } from "./ProfileHighlights.definitions"; export declare const displayName = "ProfileHighlights"; export declare const contentStore: DynamicContentStore<ProfileHighlightsProps, ProfileHighlightsChildrenKeys>; export declare const ProfileHighlightsImplComponent: React.FC<ProfileHighlightsProps>; export declare const ProfileHighlightsImpl: React.FC<ProfileHighlightsProps> & { displayName: string; };