mirror of
https://github.com/apricote/ein-pfeil-am-rechten-fleck.de.git
synced 2026-02-07 18:27:01 +00:00
WIP
This commit is contained in:
parent
be06093f09
commit
59a17fc303
5 changed files with 126 additions and 1 deletions
8
src/global.d.ts
vendored
8
src/global.d.ts
vendored
|
|
@ -1,3 +1,11 @@
|
|||
/// <reference types="@sveltejs/kit" />
|
||||
/// <reference types="svelte" />
|
||||
/// <reference types="vite/client" />
|
||||
|
||||
declare namespace paypal {
|
||||
interface Button {
|
||||
render(selector: string): void;
|
||||
}
|
||||
|
||||
function Buttons(options: { createOrder: (data: unknown, actions: unknown) => unknown }): Button;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue