@wordpress/components
Version:
UI components for WordPress.
5 lines • 357 B
TypeScript
/// <reference types="react" />
import type { RovingTabIndexItemProps } from './types';
export declare const RovingTabIndexItem: import("react").ForwardRefExoticComponent<Pick<RovingTabIndexItemProps, keyof RovingTabIndexItemProps> & import("react").RefAttributes<any>>;
export default RovingTabIndexItem;
//# sourceMappingURL=roving-tab-index-item.d.ts.map