UNPKG

@activate-spritz-components/spritz-ui-components

Version:

This is shared components library for spritz projects.

7 lines (6 loc) 142 B
import React from 'react'; interface PreTagProps { content: string; } declare const PreTag: React.FC<PreTagProps>; export default PreTag;