kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Add swiper in global.d.ts
rodzic
bcbd8fd125
commit
1b58a04055
|
@ -1,5 +1,9 @@
|
|||
import type { NostrSigner } from '@nostrify/nostrify';
|
||||
|
||||
declare module '*.css';
|
||||
declare module 'swiper/css';
|
||||
declare module 'swiper/css/*';
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
nostr?: NostrSigner;
|
||||
|
|
Ładowanie…
Reference in New Issue