UNPKG

@virtualstate/examples

Version:
18 lines 670 B
import { EngineURLSymbol } from "./source.engine"; import { SourceURLSymbol } from "./source.transform"; export declare const Web: any; export declare const Native: any; export declare let WebDynamic: any; export declare let NativeDynamic: any; export interface SourceComponentProps { componentThing: number; } export declare function SourceComponent({ componentThing }: SourceComponentProps): Promise<any>; export declare const _CT0001_CompileTransform: any; export declare const _CT0001_URL: string; export declare const _CT0001_Info: { globalThing: unknown; [EngineURLSymbol]: string; [SourceURLSymbol]: string; }; //# sourceMappingURL=source.d.ts.map