UNPKG

payload

Version:

Node, React and MongoDB Headless CMS and Application Framework

10 lines 417 B
import React from 'react'; import type { Props } from './types'; import './index.scss'; /** * The WhereBuilder component is used to render the filter controls for a collection's list view. * It is part of the {@link ListControls} component which is used to render the controls (search, filter, where). */ declare const WhereBuilder: React.FC<Props>; export default WhereBuilder; //# sourceMappingURL=index.d.ts.map