@wordpress/components
Version:
UI components for WordPress.
12 lines • 439 B
TypeScript
/// <reference types="react" />
/**
* Internal dependencies
*/
import type { PanelRowProps } from './types';
/**
* `PanelRow` is a generic container for rows within a `PanelBody`.
* It is a flex container with a top margin for spacing.
*/
export declare const PanelRow: import("react").ForwardRefExoticComponent<PanelRowProps & import("react").RefAttributes<HTMLDivElement>>;
export default PanelRow;
//# sourceMappingURL=row.d.ts.map