UNPKG

next-gen-ui

Version:

Next Gen Ui is a home for front-end & UI/Ux developers. We provide all the necessary components required to build a scalable front-end application which suits the user experience in a unique way.

13 lines 474 B
import React, { ChangeEventHandler } from "react"; import { ComponentSize } from "../../config/sizes"; export interface SearchProps { className?: string; size?: ComponentSize; width?: string; value?: string; onChange?: ChangeEventHandler<HTMLInputElement>; placeholder?: string; } declare const _default: React.ForwardRefExoticComponent<SearchProps & React.RefAttributes<HTMLDivElement>>; export default _default; //# sourceMappingURL=search.d.ts.map