@bryancode/react-select
Version:
A customizable modular select built for React JS
12 lines (11 loc) • 489 B
TypeScript
import React from 'react';
import { ContentRendererProps } from "../../types/content-renderer-props";
export declare function useContentRenderer(props: ContentRendererProps): {
model: {
currentText: string | undefined;
className: string;
};
operations: {};
};
declare const _default: React.ForwardRefExoticComponent<ContentRendererProps<import("../..").OptionInterface<string, any>> & React.RefAttributes<HTMLInputElement>>;
export default _default;