payload
Version:
Node, React and MongoDB Headless CMS and Application Framework
11 lines • 447 B
TypeScript
import React from 'react';
import type { ListIndexProps } from './types';
/**
* The ListView component is table which lists the collection's documents.
* The default list view can be found at the {@link DefaultList} component.
* Users can also create pass their own custom list view component instead
* of using the default one.
*/
declare const ListView: React.FC<ListIndexProps>;
export default ListView;
//# sourceMappingURL=index.d.ts.map