UNPKG

@smitch/fluid

Version:

A Next/React ui-component libray.

4 lines (3 loc) 220 B
import { BlockquoteProps } from './types'; declare const Blockquote: ({ text, author, footerAlign, size, cite, className, style, }: BlockquoteProps) => import("react/jsx-runtime").JSX.Element; export default Blockquote;