UNPKG

@firecms/core

Version:

Awesome Firebase/Firestore-based headless open-source CMS

3 lines (2 loc) 236 B
import { Entity, SelectionController } from "../../types"; export declare function useSelectionController<M extends Record<string, any> = any>(onSelectionChange?: (entity: Entity<M>, selected: boolean) => void): SelectionController<M>;