🎉 initiate project *astro_rewrite*

This commit is contained in:
sindrekjelsrud 2023-07-19 21:31:30 +02:00
parent ffd4d5e86c
commit 2ba37bfbe3
8658 changed files with 2268794 additions and 2538 deletions

89
node_modules/hastscript/lib/runtime-svg.d.ts generated vendored Normal file
View file

@ -0,0 +1,89 @@
export * from './jsx-automatic.js'
export const Fragment: null
export const jsx: {
(
type: null | undefined,
props: {
children?: import('./core.js').HChild
},
key?: string | undefined
): import('hast').Root
(
type: string,
props: Record<
string,
| string
| number
| boolean
| import('hast').Root
| import('hast').Comment
| import('hast').DocType
| import('hast').Element
| import('hast').Text
| import('./core.js').HStyle
| import('./core.js').HArrayValue
| import('./core.js').HArrayChild
| null
| undefined
>,
key?: string | undefined
): import('hast').Element
}
export const jsxs: {
(
type: null | undefined,
props: {
children?: import('./core.js').HChild
},
key?: string | undefined
): import('hast').Root
(
type: string,
props: Record<
string,
| string
| number
| boolean
| import('hast').Root
| import('hast').Comment
| import('hast').DocType
| import('hast').Element
| import('hast').Text
| import('./core.js').HStyle
| import('./core.js').HArrayValue
| import('./core.js').HArrayChild
| null
| undefined
>,
key?: string | undefined
): import('hast').Element
}
export const jsxDEV: {
(
type: null | undefined,
props: {
children?: import('./core.js').HChild
},
key?: string | undefined
): import('hast').Root
(
type: string,
props: Record<
string,
| string
| number
| boolean
| import('hast').Root
| import('hast').Comment
| import('hast').DocType
| import('hast').Element
| import('hast').Text
| import('./core.js').HStyle
| import('./core.js').HArrayValue
| import('./core.js').HArrayChild
| null
| undefined
>,
key?: string | undefined
): import('hast').Element
}