site/node_modules/property-information/index.d.ts
2024-10-14 08:09:33 +02:00

8 lines
356 B
TypeScript

export {find} from './lib/find.js'
export {hastToReact} from './lib/hast-to-react.js'
export {normalize} from './lib/normalize.js'
export const html: import('./lib/util/schema.js').Schema
export const svg: import('./lib/util/schema.js').Schema
export type Info = import('./lib/util/info.js').Info
export type Schema = import('./lib/util/schema.js').Schema