UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

10 lines (9 loc) 467 B
import type { BlockquoteCssVariables, BlockquoteFactory, BlockquoteProps, BlockquoteStylesNames } from './Blockquote'; export { Blockquote } from './Blockquote'; export type { BlockquoteProps, BlockquoteStylesNames, BlockquoteCssVariables, BlockquoteFactory }; export declare namespace Blockquote { type Props = BlockquoteProps; type StylesNames = BlockquoteStylesNames; type CssVariables = BlockquoteCssVariables; type Factory = BlockquoteFactory; }