Helper to send and persist UI messages. Accepts a map of component names to React components
as type argument to provide type safety. Will also write to the options?.stateKey state.
typedUi<Decl extends Record<string, ElementType>>(config: __type, options: __type): __type