import linkedDataSchema, { dictionaryLink } from "./linked-data.schema.js"; import webComponentSchema from "./web-component.schema.js"; export * from "./keywords.js"; export { linkedDataSchema, dictionaryLink, webComponentSchema };