@types/adobe__ccweb-add-on-sdk
TypeScript icon, indicating that this package has built-in type declarations

1.3.0 • Public • Published

Installation

npm install --save @types/adobe__ccweb-add-on-sdk

Summary

This package contains type definitions for @adobe/ccweb-add-on-sdk (https://github.com/adobe/create-ccweb-add-on#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/adobe__ccweb-add-on-sdk.

/********************************************************************************
 * MIT License

 * © Copyright 2023 Adobe. All rights reserved.

 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 ********************************************************************************/

declare module "https://new.express.adobe.com/static/add-on-sdk/sdk.js" {
    import { AddOnUISdkTypes } from "@adobe/ccweb-add-on-sdk-types";
    export default AddOnUISdkTypes.default;
    export * from "@adobe/ccweb-add-on-sdk-types/iframe-ui";
}

declare module "add-on-sdk-document-sandbox" {
    import { AddOnDocumentSandboxSdkTypes } from "@adobe/ccweb-add-on-sdk-types";
    export default AddOnDocumentSandboxSdkTypes.default;
    export * from "@adobe/ccweb-add-on-sdk-types/add-on-sdk-document-sandbox";
}

declare module "express-document-sdk" {
    export * from "@adobe/ccweb-add-on-sdk-types/express-document-sdk";
}

Additional Details

Credits

These definitions were written by Vamshi Chiluka, and Abhishek Das.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/adobe__ccweb-add-on-sdk

Weekly Downloads

74

Version

1.3.0

License

MIT

Unpacked Size

6.9 kB

Total Files

5

Last publish

Collaborators

  • types