UNPKG

jsfast

Version:

Fastjs(jsfast) is a useful, lightweight JavaScript library for any types of project.

4 lines (3 loc) 272 B
import type { ElementList, FastjsDomProps } from "./def"; import type { FastjsDom } from "./dom-types"; export declare function createFastjsDom<T extends ElementList = ElementList>(el?: FastjsDom | Element | ElementList | string, props?: FastjsDomProps<T>): FastjsDom<T>;