UNPKG

@fakel/rest-admin

Version:

An application that makes it easier to work with your API

9 lines (8 loc) 260 B
import React from 'react'; declare type ListSelectionProps = { selectedRows: string[]; setSelectedRows: (rows: string[]) => any; actions?: React.ReactNode; }; declare const ListSelection: React.FC<ListSelectionProps>; export default ListSelection;