UNPKG

astro-accelerator-utils

Version:
7 lines (6 loc) 114 B
export interface Link { title: string; url: string; ariaCurrent: 'page' | false; class: string; }