UNPKG

botframework-webchat-component

Version:
11 lines (7 loc) 233 B
import type { ReactElement } from 'react'; type StaticElement = Exclude<ReactElement | string, undefined>; type StaticElementEntry = { element: StaticElement; key: number; }; export type { StaticElement, StaticElementEntry };