@cloudquery/plugin-ui-sdk
Version:
SDK for CloudQuery Plugin UI configuration
15 lines • 336 B
TypeScript
/**
*
* @public
*/
export type UploadJSONProps = {
name?: string;
helperText?: string;
};
/**
* Button to upload JSON and assign it to a form value.
*
* @public
*/
export declare function UploadJSON({ name, helperText, }: UploadJSONProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=uploadJSON.d.ts.map