PowerHorse Engine
    Preparing search index...
    use: <T>(input: () => T) => T = useInternal

    Type Declaration

      • <T>(input: () => T): T
      • Useful reactive values without making them become a dependency/causing reruns of the function. The function will return the value of the item returned by your function at the given time.

        Type Parameters

        • T

        Parameters

        • input: () => T

        Returns T