CursorStyler<T>: ((cursor: T, theme: Theme) => unknown)

Type Parameters

Type declaration

    • (cursor: T, theme: Theme): unknown
    • Mutator function that is used for modifying a Cursor during runtime.

      Parameters

      Returns unknown