UNPKG

@adpt/cloud

Version:
17 lines 463 B
import { PrimitiveComponent } from "@adpt/core"; import { ComputeProps } from "./Compute"; /** @alpha */ export declare type LocalComputeProps = ComputeProps; /** * Element representing a local compute instance * * @alpha */ export declare class LocalCompute extends PrimitiveComponent<ComputeProps> { static defaultProps: { ip: string; }; static noPlugin: boolean; } export default LocalCompute; //# sourceMappingURL=LocalCompute.d.ts.map