@adyen/adyen-platform-experience-web
Version:

12 lines (11 loc) • 395 B
JavaScript
const _ = "adyen-pe-structured-list", L = `${_}--align-end`, t = `${_}--expanded`, S = `${_}__item`, n = `${_}__grid`, s = `${_}__content`, A = `${_}__label`, c = `${S}--has-highlight`;
export {
L as SL_ALIGN_END,
_ as SL_BASE_CLASS,
s as SL_CONTENT_CLASS,
t as SL_EXPANDED_CLASS,
n as SL_GRID_CLASS,
S as SL_ITEM_CLASS,
c as SL_ITEM_WITH_HIGHLIGHT_CLASS,
A as SL_LABEL_CLASS
};