UNPKG

kolenkainc-honohub-react

Version:

React admin panel for honohub

6 lines (5 loc) 242 B
import type { PropsWithChildren, ReactNode } from "react"; export type FiltersPanel = PropsWithChildren<{ clearAllButton?: ReactNode; }>; export declare function FiltersPanel(props: FiltersPanel): import("react/jsx-runtime").JSX.Element;