UNPKG

jabb-astro-components

Version:
18 lines (16 loc) 383 B
export {}; declare global { namespace Scope { export interface Scope1 { title?: string; scope: { title: string; text: string; className?: string; img?: string; alt?: string; button?: Button.Button; }[]; } } }