UNPKG

@schema-render/search-react

Version:

Conditional search component based on FormRender.

5 lines (4 loc) 258 B
/// <reference types="react" /> import type { ISearchProps } from './typings'; declare const _default: import("react").ForwardRefExoticComponent<ISearchProps & import("react").RefAttributes<import("../../core-react/src").ICoreRef>>; export default _default;