@wordpress/components
Version:
UI components for WordPress.
11 lines • 407 B
TypeScript
/**
* 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