UNPKG

refine-utils-kit

Version:

Utility components and filters for Refine projects

7 lines (6 loc) 213 B
import React from "react"; export declare const SearchTextfield: ({ placeholder, value, onChange, }: { placeholder?: string; value?: string; onChange: (value: string) => void; }) => React.JSX.Element;