UNPKG

@wordpress/components

Version:
12 lines 439 B
/// <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