UNPKG

create-bhvr

Version:

Create a new bhvr project

11 lines (10 loc) 216 B
export declare function meta(): ({ title: string; name?: undefined; content?: undefined; } | { name: string; content: string; title?: undefined; })[]; export default function HomePage(): any;