Skip to content

Commit

Permalink
fix: export ExternalLinks type that is exposed via props
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Oct 22, 2024
1 parent e66e33b commit 6e60b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/logos/RuiLogo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { isClient } from '@vueuse/shared';
import { transformCase } from '@/utils/helpers';
import fallback from '@/components/logos/logo.svg';
interface ExternalLinks {
export interface ExternalLinks {
drawer?: string;
app?: string;
website?: string;
Expand Down

0 comments on commit 6e60b62

Please sign in to comment.