UNPKG

baseframe-js

Version:

A suite of useful Javascript plugins and functions to help with Front-end Development on websites

5 lines (4 loc) 192 B
import type { PlainObject } from '../types'; import type { Cash } from 'cash-dom'; declare const hyperScript: (selector: string, props?: PlainObject<any>) => Cash; export default hyperScript;