Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

spa-loading-icon.d.ts malformed #211

Closed
christian-bromann opened this issue Jul 22, 2023 · 2 comments
Closed

spa-loading-icon.d.ts malformed #211

christian-bromann opened this issue Jul 22, 2023 · 2 comments

Comments

@christian-bromann
Copy link

The current spa-loading-icon.d.ts of the @nuxt/ui-templates package seems to be malformed:

export type DefaultMessages = Record<, string | boolean | number >
declare const template: (data: Partial<DefaultMessages>) => string
export { template }

Which makes it difficult to use the package due to compiler errors:

node_modules/@nuxt/ui-templates/dist/templates/spa-loading-icon.d.ts:1:38 - error TS1110: Type expected.

1 export type DefaultMessages = Record<, string | boolean | number >
                                       ~

Found 1 error.
@danielroe
Copy link
Member

resolved in 5f229ef

@christian-bromann
Copy link
Author

Thanks 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants