mfuntowicz's picture
mfuntowicz HF Staff
Upload folder using huggingface_hub
04ec17f verified
raw
history blame
304 Bytes
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var BlockquoteRole = {
relatedConcepts: [{
module: 'HTML',
concept: {
name: 'blockquote'
}
}],
type: 'structure'
};
var _default = BlockquoteRole;
exports.default = _default;