UNPKG

@navinc/base-react-components

Version:
8 lines (7 loc) 185 B
export default BlockQuote; declare function BlockQuote({ title, children, color, ...props }: { [x: string]: any; title: any; children: any; color: any; }): JSX.Element;