UNPKG

desmy-react

Version:

Introducing an easy-to-use, lightning-fast React.js component that streamlines your development process. Our solution prioritizes simplicity, speed, and optimization, making it a breeze to build projects in React.

11 lines (9 loc) 235 B
import { default as React } from 'react'; interface HelmetSEOProps { title: string; description: string; name: string; type: string; } declare const DesmyHelmetSEO: React.FC<HelmetSEOProps>; export { DesmyHelmetSEO };