UNPKG

smart-filtero

Version:

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

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