type LiveComponent<P = object> = (props: P) => any & { displayName?: string }
packages / live / src / types.ts