UNPKG

ant-design-vue

Version:

An enterprise-class UI design language and Vue-based implementation

5 lines (4 loc) 174 B
import type { FunctionalComponent } from 'vue'; import type { BlockProps } from './Base'; declare const Paragraph: FunctionalComponent<BlockProps>; export default Paragraph;