UNPKG

@theguild/components

Version:
8 lines (6 loc) 204 B
declare const siteUrl: string | undefined; /** * Used in header and footer links to either have 'https://the-guild.dev prefix or '' */ declare const siteOrigin: string; export { siteOrigin, siteUrl };