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

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