@tempots/ui > ResourceDisplayOptions > loading
Function to render when the resource is loading.
Signature:
loading?: (previous: Signal<V | undefined>, reload: () => void) => TNode;