rdesign/frontend/node_modules/hast-util-sanitize/lib/schema.d.ts

10 lines
209 B
TypeScript

/**
* Default schema.
*
* Follows GitHub style sanitation.
*
* @type {Schema}
*/
export const defaultSchema: Schema;
import type { Schema } from 'hast-util-sanitize';
//# sourceMappingURL=schema.d.ts.map