UNPKG

@smitch/fluid

Version:

A Next/React ui-component libray.

11 lines (10 loc) 251 B
/// <reference types="react" /> export interface BlockquoteProps { text: string; author?: string; footerAlign?: 'left' | 'right'; cite?: string; size?: 'md' | 'lg' | 'xl'; className?: string; style?: React.CSSProperties; }