Interface ActorChildrenProps

interface ActorChildrenProps {
    children?: ReactNode;
    useActorState: (() => UseActorStateReturnType);
}

Hierarchy

  • PropsWithChildren
    • ActorChildrenProps

Properties

children?: ReactNode
useActorState: (() => UseActorStateReturnType)