ic-reactor
    Preparing search index...

    Interface ActorChildrenProps

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

    Hierarchy

    • PropsWithChildren
      • ActorChildrenProps
    Index

    Properties

    useActorState: () => UseActorStateReturnType
    children?: ReactNode