@adpt/cloud
Version:
AdaptJS cloud component library
17 lines • 463 B
TypeScript
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