UNPKG

@wordpress/components

Version:
13 lines 372 B
/** * External dependencies */ import type { CSSProperties } from 'react'; /** * Internal dependencies */ import type { HStackAlignment, Props as HStackProps } from '../h-stack/types'; export declare type Props = HStackProps & { alignment?: HStackAlignment | CSSProperties['alignItems']; spacing?: CSSProperties['width']; }; //# sourceMappingURL=types.d.ts.map