@pulumi/aws-native
Version:
The Pulumi AWS Cloud Control Provider enables you to build, deploy, and manage [any AWS resource that's supported by the AWS Cloud Control API](https://github.com/pulumi/pulumi-aws-native/blob/master/provider/cmd/pulumi-gen-aws-native/supported-types.txt)
20 lines (19 loc) • 1.22 kB
TypeScript
export { ComponentArgs } from "./component";
export type Component = import("./component").Component;
export declare const Component: typeof import("./component").Component;
export { FormArgs } from "./form";
export type Form = import("./form").Form;
export declare const Form: typeof import("./form").Form;
export { GetComponentArgs, GetComponentResult, GetComponentOutputArgs } from "./getComponent";
export declare const getComponent: typeof import("./getComponent").getComponent;
export declare const getComponentOutput: typeof import("./getComponent").getComponentOutput;
export { GetFormArgs, GetFormResult, GetFormOutputArgs } from "./getForm";
export declare const getForm: typeof import("./getForm").getForm;
export declare const getFormOutput: typeof import("./getForm").getFormOutput;
export { GetThemeArgs, GetThemeResult, GetThemeOutputArgs } from "./getTheme";
export declare const getTheme: typeof import("./getTheme").getTheme;
export declare const getThemeOutput: typeof import("./getTheme").getThemeOutput;
export { ThemeArgs } from "./theme";
export type Theme = import("./theme").Theme;
export declare const Theme: typeof import("./theme").Theme;
export * from "../types/enums/amplifyuibuilder";