@carbon/ibm-products-web-components
Version:
Carbon for IBM Products Web Components
27 lines (26 loc) • 584 B
TypeScript
/**
* @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"
}