dev
    Preparing search index...

    Type Alias TriggerFunction

    TriggerFunction: (state?: { matches: Match[] }) => void

    Type declaration

      • (state?: { matches: Match[] }): void
      • Parameters

        • Optionalstate: { matches: Match[] }

        Returns void