UNPKG

penguins-eggs

Version:

A remaster system tool, compatible with Almalinux, Alpine, Arch, Debian, Devuan, Fedora, Manjaro, Opensuse, Ubuntu and derivatives

13 lines (12 loc) 327 B
/** * ./src/components/title.tsx * penguins-eggs v.25.7.x / ecmascript 2020 * author: Piero Proietti * email: piero.proietti@gmail.com * license: MIT */ import React from 'react'; export default function Title({ title, version }: { title?: string | undefined; version?: string | undefined; }): React.JSX.Element;