UNPKG

botframework-webchat-component

Version:
8 lines (5 loc) 265 B
import useLiveRegionTwinContext from './useContext'; import type { StaticElementEntry } from './types'; export default function useStaticElementEntries(): readonly [readonly StaticElementEntry[]] { return useLiveRegionTwinContext().staticElementEntriesState; }