🚀IC Reactor v3 is here! Featuring TanStack Query integration, improved type safety, and more. View v3 Documentation →
ic-reactor
    Preparing search index...

    Interface ActorChildrenProps

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

    Hierarchy

    • PropsWithChildren
      • ActorChildrenProps
    Index

    Properties

    useActorState: () => UseActorStateReturnType
    children?: ReactNode