mirror of
https://github.com/sern-handler/website
synced 2026-06-27 18:22:22 +00:00
feat: migrate to starlight
This commit is contained in:
20
node_modules/hastscript/lib/automatic-runtime-html.d.ts
generated
vendored
Normal file
20
node_modules/hastscript/lib/automatic-runtime-html.d.ts
generated
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
export * from "./jsx-automatic.js";
|
||||
export const Fragment: null;
|
||||
export const jsx: {
|
||||
(type: null, props: {
|
||||
children?: import("./create-h.js").Child;
|
||||
}, key?: string | undefined): import("hast").Root;
|
||||
(type: string, props: import("./create-automatic-runtime.js").JSXProps, key?: string | undefined): import("hast").Element;
|
||||
};
|
||||
export const jsxDEV: {
|
||||
(type: null, props: {
|
||||
children?: import("./create-h.js").Child;
|
||||
}, key?: string | undefined): import("hast").Root;
|
||||
(type: string, props: import("./create-automatic-runtime.js").JSXProps, key?: string | undefined): import("hast").Element;
|
||||
};
|
||||
export const jsxs: {
|
||||
(type: null, props: {
|
||||
children?: import("./create-h.js").Child;
|
||||
}, key?: string | undefined): import("hast").Root;
|
||||
(type: string, props: import("./create-automatic-runtime.js").JSXProps, key?: string | undefined): import("hast").Element;
|
||||
};
|
||||
Reference in New Issue
Block a user