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