payload
Version:
Node, React and MongoDB Headless CMS and Application Framework
10 lines • 388 B
TypeScript
import React from 'react';
import type { Props } from './types';
import './index.scss';
/**
* The ListControls component is used to render the controls (search, filter, where)
* for a collection's list view. You can find those directly above the table which lists
* the collection's documents.
*/
export declare const ListControls: React.FC<Props>;
//# sourceMappingURL=index.d.ts.map