Initial Commit
This commit is contained in:
4
packages/eve-web/build/_brisa/types.ts
Normal file
4
packages/eve-web/build/_brisa/types.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export interface IntrinsicCustomElements {
|
||||
'counter-client': JSX.WebComponentAttributes<typeof import("D:\dev\@star-kitten\packages\eve-web\src\web-components\counter-client.tsx").default>;
|
||||
}
|
||||
export type PageRoute = "/" | "/about" | "/auth/error" | "/auth/success";
|
||||
Reference in New Issue
Block a user