Interface: PullQuoteBlockProps
@headstartwp/core.react.PullQuoteBlockProps
Hierarchy
↳
PullQuoteBlockProps
Properties
attributes
• Optional
attributes: Object
Type declaration
Name | Type |
---|---|
align | Align |
blockStyle? | string |
border | Border |
colors | Colors |
spacing | Spacing |
typography | Typography |
width? | string |
Inherited from
Defined in
packages/core/src/react/blocks/types.ts:79
borderColor
• Optional
borderColor: string
Defined in
packages/core/src/react/blocks/PullQuote.tsx:10
children
• Optional
children: ReactNode
Inherited from
Defined in
packages/core/src/react/blocks/types.ts:77
cite
• cite: string
Defined in
packages/core/src/react/blocks/PullQuote.tsx:9
className
• Optional
className: string
Inherited from
Defined in
packages/core/src/react/blocks/types.ts:73
domNode
• Optional
domNode: Element
Inherited from
Defined in
packages/core/src/react/blocks/types.ts:75
htmlAnchor
• Optional
htmlAnchor: string
Inherited from
Defined in
packages/core/src/react/blocks/types.ts:76
name
• name: string
Inherited from
Defined in
packages/core/src/react/blocks/types.ts:72
quote
• quote: string
Defined in
packages/core/src/react/blocks/PullQuote.tsx:8
style
• Optional
style: Record
<string
, string
>