UNPKG

smart-filtero

Version:

This is an NPM package that filters out the data based on the given conditions

5 lines (4 loc) 126 B
import React from "react"; import { ItemsCmp } from "@/types"; declare const Items: React.FC<ItemsCmp>; export default Items;