mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-08-18 13:51:22 +00:00
4 lines
147 B
Dart
4 lines
147 B
Dart
// MARK: - Shared Builder
|
|
typedef IndexedCallback = void Function(int index);
|
|
typedef IndexedValueCallback<T> = void Function(T value, int index);
|