UNPKG

@virtualstate/examples

Version:
21 lines 554 B
import { VNode } from "@virtualstate/fringe"; /** * @experimental */ export declare const IsStaticSymbol: unique symbol; export interface StaticOptions { reference?: boolean; source?: boolean; yieldAllChildren?: boolean; } /** * @experimental */ export declare class Static { #private; constructor(options: StaticOptions, state: VNode); [Symbol.asyncIterator](): AsyncGenerator<VNode, void, unknown>; } export declare const _903_TransformStatic: any; export declare const _903_URL: string; //# sourceMappingURL=static.d.ts.map