UNPKG

@virtualstate/examples

Version:
7 lines 256 B
import { VNode } from "@virtualstate/fringe"; export interface AndOptions { size?: number; self?: boolean; } export declare function And({ size, self }: AndOptions, state: VNode): AsyncGenerator<any, any, unknown>; //# sourceMappingURL=and.d.ts.map