Type alias AtomHighlightCallback

AtomHighlightCallback: ((atom, selected) => any)

Type declaration

    • (atom, selected): any
    • Parameters

      • atom: number
      • selected: boolean

      Returns any