wix-style-react
Version:
wix-style-react
13 lines • 328 B
JavaScript
export const dataHooks = {
removeButton: 'tag-remove-button',
text: 'tag-text',
thumb: 'tag-thumb',
};
export const dataAttr = {
SIZE: 'data-size',
DISABLED: 'data-disabled',
THEME: 'data-theme',
HOVERABLE: 'data-hoverable',
CLICKABLE: 'data-clickable',
};
//# sourceMappingURL=Tag.helpers.js.map