UNPKG

@wordpress/components

Version:
11 lines 407 B
/** * 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