@voiceiq/web-components
Version:
VoiceIQ Web Component library
12 lines (11 loc) • 1.22 kB
TypeScript
/// <reference types="react" />
declare const _default: {
UpNext: import("react").ForwardRefExoticComponent<import("./SummaryCardUpNext/SummaryCardUpNext.types").SummaryCardUpNextProps & import("react").RefAttributes<HTMLDivElement>>;
CallHistory: import("react").ForwardRefExoticComponent<import("./SummaryCardCallHistory/SummaryCardCallHistory.types").SummaryCardCallHistoryProps<any, any> & import("react").RefAttributes<HTMLDivElement>>;
ScheduledCalls: import("react").ForwardRefExoticComponent<import("./SummaryCardScheduledCalls/SummaryCardScheduledCalls.types").SummaryCardScheduledCallsProps<any> & import("react").RefAttributes<HTMLDivElement>>;
TrendingBookmarks: import("react").ForwardRefExoticComponent<import("./SummaryCardBookmarks/SummaryCardBookmarks.types").SummaryCardBookmarksProps & import("react").RefAttributes<HTMLDivElement>>;
CallQueue: import("react").ForwardRefExoticComponent<import("./SummaryCardCallQueue/SummaryCardCallQueue.types").SummaryCardCallQueueProps & import("react").RefAttributes<HTMLDivElement>>;
};
export default _default;
export { default as SummaryCardEmptyState } from './SummaryCardEmptyState';
export * from './SummaryCardEmptyState';