UNPKG

@wordpress/components

Version:
10 lines (8 loc) 189 B
/** * Internal dependencies */ import type { Props as TextProps } from '../../text/types'; export type Props = TextProps & { isBlock?: boolean; size?: 'large' | 'medium' | 'small'; };