Skip to content

Conversation

@imgullu786
Copy link
Collaborator

  • Add lang=ts to Layout, BackButton, SuccessMessage, LanguageSwitcher, Navbar
  • Type props and emits using defineProps<>() and defineEmits<>()
  • Split global.d.ts into global.d.ts & env.d.ts for proper module declarations
  • Add ~icons/* module declaration for icons imports

- Add lang=ts to Layout, BackButton, SuccessMessage, LanguageSwitcher, Navbar
- Type props and emits using defineProps<>() and defineEmits<>()
- Split global.d.ts into global.d.ts &  env.d.ts for proper module declarations
- Add ~icons/* module declaration for icons imports
Comment on lines -14 to -26
declare module "*.wav" {
const value: string;
export default value;
}

declare module "*.mp3" {
const value: string;
export default value;
}

declare module "*.svg" {
const value: string;
export default value;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reason for tthis?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants