UNPKG

@carbon/ibm-products-web-components

Version:
27 lines 618 B
/** * @license * * Copyright IBM Corp. 2023, 2024 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. */ export declare enum TEARSHEET_INFLUENCER_PLACEMENT { /** right / default */ RIGHT = "right", /** left */ LEFT = "left" } export declare enum TEARSHEET_INFLUENCER_WIDTH { /** narrow /default */ NARROW = "narrow", /** wide */ WIDE = "wide" } export declare enum TEARSHEET_WIDTH { /** narrow */ NARROW = "narrow", /** wide */ WIDE = "wide" } //# sourceMappingURL=defs.d.ts.map