UNPKG

@anoki/fse-common

Version:

Common types for FSE

5 lines (4 loc) 109 B
export type WithLoadMoreContent<T> = T & { loadMoreContent?: () => void; onLoadMore?: () => void; };