UNPKG

projecthor

Version:

Save, manage, and run project setup commands automatically from the CLI.

7 lines (6 loc) 170 B
import React from "react"; interface TitleProps { children: React.ReactNode; } export default function Title({ children }: TitleProps): React.JSX.Element; export {};