UNPKG

@limetech/lime-elements

Version:
13 lines (12 loc) 253 B
export const strikethrough = { parseDOM: [ { tag: 's' }, { tag: 'del' }, { tag: 'strike' }, { style: 'text-decoration=line-through' }, ], toDOM: () => { return ['s', 0]; }, }; //# sourceMappingURL=menu-schema-extender.js.map