weiterer fortschritt mit tamagui und dem neuen mobile event admin
This commit is contained in:
30
resources/js/types/shims.d.ts
vendored
Normal file
30
resources/js/types/shims.d.ts
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
declare module '@tamagui/stacks' {
|
||||
export const YStack: any;
|
||||
export const XStack: any;
|
||||
export const Stack: any;
|
||||
}
|
||||
|
||||
declare module '@tamagui/text' {
|
||||
export const SizableText: any;
|
||||
}
|
||||
|
||||
declare module '@tamagui/button' {
|
||||
const Button: any;
|
||||
export default Button;
|
||||
export const ButtonText: any;
|
||||
export { Button };
|
||||
}
|
||||
|
||||
declare module '@tamagui/list-item' {
|
||||
export const ListItem: any;
|
||||
}
|
||||
|
||||
declare module '@tamagui/react-native-web-lite' {
|
||||
export const Pressable: any;
|
||||
export * from 'react-native';
|
||||
}
|
||||
|
||||
declare module '@/actions/*' {
|
||||
const mod: any;
|
||||
export = mod;
|
||||
}
|
||||
Reference in New Issue
Block a user