UNPKG

293 BTypeScriptView Raw
1import { ElementType } from 'react';
2import { components as rawComponents } from './typography/DocumentFormatting';
3export * from './typography/DocumentFormatting';
4export { rawComponents as components };
5declare const resetComponents: Record<string, ElementType>;
6export { resetComponents };