@wordpress/components
Version:
UI components for WordPress.
8 lines • 400 B
TypeScript
import type { InputBaseProps } from './types';
/**
* `InputBase` is an internal component used to style the standard borders for an input,
* as well as handle the layout for prefix/suffix elements.
*/
declare const _default: import("../context").WordPressComponent<"div", InputBaseProps & import("react").RefAttributes<any>, true>;
export default _default;
//# sourceMappingURL=input-base.d.ts.map