UNPKG

@swingby-protocol/widget

Version:

Small util to load Swingby's swap widget in your app.

5 lines (4 loc) 115 B
import type { Size } from './Size'; export declare const getHeight: ({ size }: { size: Size; }) => string;