UNPKG

@benev/nubs

Version:
3 lines (2 loc) 155 B
import { Basis } from "../types/basis.js"; export declare function calculate_basis(base: HTMLElement | void, over: HTMLElement | void): Basis | undefined;