@patternfly/react-core
Version:
This library provides a set of common React components for use with the PatternFly reference implementation.
9 lines • 444 B
TypeScript
/// <reference types="react" />
export interface MenuSearchInputProps extends React.HTMLProps<HTMLElement> {
/** Items within input */
children?: React.ReactNode;
/** @hide Forwarded ref */
innerRef?: React.Ref<any>;
}
export declare const MenuSearchInput: import("react").ForwardRefExoticComponent<Omit<MenuSearchInputProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
//# sourceMappingURL=MenuSearchInput.d.ts.map