UNPKG

@wordpress/components

Version:
9 lines 237 B
/** * Internal dependencies */ import type { Props as TextProps } from '../../text/types'; export declare type Props = TextProps & { isBlock?: boolean; size?: 'large' | 'medium' | 'small'; }; //# sourceMappingURL=types.d.ts.map