UNPKG

jabb-astro-components

Version:
17 lines (15 loc) 258 B
export {}; declare global { /** * comment */ namespace Faq { /** * @param key - Hello */ export interface Faq1 { question: string; answer: string; } } }