next-intlayer 8.12.1 → 8.12.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/client/IntlayerClientProvider.cjs +1 -0
- package/dist/cjs/client/IntlayerClientProvider.cjs.map +1 -1
- package/dist/cjs/client/index.cjs +1 -0
- package/dist/cjs/client/useLocale.cjs +1 -0
- package/dist/cjs/client/useLocale.cjs.map +1 -1
- package/dist/cjs/client/useLocalePageRouter.cjs +1 -0
- package/dist/cjs/client/useLocalePageRouter.cjs.map +1 -1
- package/dist/cjs/client/useRewriteURL.cjs +1 -0
- package/dist/cjs/generateStaticParams.cjs +1 -0
- package/dist/cjs/generateStaticParams.cjs.map +1 -1
- package/dist/cjs/index.cjs +1 -0
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/cjs/proxy/intlayerProxy.cjs +1 -0
- package/dist/cjs/proxy/intlayerProxy.cjs.map +1 -1
- package/dist/cjs/proxy/localeDetector.cjs +1 -0
- package/dist/cjs/proxy/localeDetector.cjs.map +1 -1
- package/dist/cjs/proxy/multipleProxies.cjs +1 -0
- package/dist/cjs/proxy/multipleProxies.cjs.map +1 -1
- package/dist/cjs/server/getLocale.cjs +1 -0
- package/dist/cjs/server/getLocale.cjs.map +1 -1
- package/dist/cjs/server/index.cjs +1 -0
- package/dist/cjs/server/useDictionary.cjs +1 -0
- package/dist/cjs/server/useDictionary.cjs.map +1 -1
- package/dist/cjs/server/useDictionaryAsync.cjs +1 -0
- package/dist/cjs/server/useDictionaryAsync.cjs.map +1 -1
- package/dist/cjs/server/useDictionaryDynamic.cjs +1 -0
- package/dist/cjs/server/useDictionaryDynamic.cjs.map +1 -1
- package/dist/cjs/server/useIntlayer.cjs.map +1 -1
- package/dist/cjs/server/withIntlayer.cjs.map +1 -1
- package/dist/esm/client/IntlayerClientProvider.mjs.map +1 -1
- package/dist/esm/client/useLocale.mjs.map +1 -1
- package/dist/esm/client/useLocalePageRouter.mjs.map +1 -1
- package/dist/esm/generateStaticParams.mjs.map +1 -1
- package/dist/esm/proxy/intlayerProxy.mjs.map +1 -1
- package/dist/esm/proxy/localeDetector.mjs.map +1 -1
- package/dist/esm/proxy/multipleProxies.mjs.map +1 -1
- package/dist/esm/server/getLocale.mjs.map +1 -1
- package/dist/esm/server/useDictionary.mjs.map +1 -1
- package/dist/esm/server/useDictionaryAsync.mjs.map +1 -1
- package/dist/esm/server/useDictionaryDynamic.mjs.map +1 -1
- package/dist/esm/server/useIntlayer.mjs.map +1 -1
- package/dist/esm/server/withIntlayer.mjs.map +1 -1
- package/dist/types/client/IntlayerClientProvider.d.ts.map +1 -1
- package/dist/types/client/useLocale.d.ts.map +1 -1
- package/dist/types/client/useLocalePageRouter.d.ts.map +1 -1
- package/dist/types/generateStaticParams.d.ts.map +1 -1
- package/dist/types/index.d.ts +418 -416
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/proxy/intlayerProxy.d.ts.map +1 -1
- package/dist/types/proxy/localeDetector.d.ts.map +1 -1
- package/dist/types/proxy/middleware.d.ts +4 -2
- package/dist/types/proxy/middleware.d.ts.map +1 -1
- package/dist/types/server/getLocale.d.ts.map +1 -1
- package/dist/types/server/useIntlayer.d.ts.map +1 -1
- package/dist/types/server/withIntlayer.d.ts.map +1 -1
- package/dist/types/types/NextPage.d.ts.map +1 -1
- package/dist/types/types/index.d.ts +1 -1
- package/package.json +16 -11
package/dist/types/index.d.ts
CHANGED
|
@@ -5,437 +5,439 @@ import { useRewriteURL } from "./client/useRewriteURL.js";
|
|
|
5
5
|
import { generateStaticParams } from "./generateStaticParams.js";
|
|
6
6
|
import { LocalParams, LocalPromiseParams, Next14LayoutIntlayer, Next14PageIntlayer, Next15LayoutIntlayer, Next15PageIntlayer, NextLayoutIntlayer, NextPageIntlayer } from "./types/NextPage.js";
|
|
7
7
|
import { index_d_exports } from "./markdown/index.js";
|
|
8
|
+
import * as _$react from "react";
|
|
8
9
|
import { IntlayerClientContext, IntlayerNode, getDictionary, getIntlayer, localeCookie, localeInStorage, setLocaleCookie, setLocaleInStorage, t, useDictionary, useDictionaryAsync, useDictionaryDynamic, useI18n, useIntl, useIntlayer, useLoadDynamic, useLocaleCookie, useLocaleStorage } from "react-intlayer";
|
|
10
|
+
import * as _$react_intlayer_markdown0 from "react-intlayer/markdown";
|
|
9
11
|
|
|
10
12
|
//#region src/index.d.ts
|
|
11
13
|
/**
|
|
12
14
|
* @deprecated import from next-intlayer/markdown instead
|
|
13
15
|
*/
|
|
14
|
-
declare const MarkdownProvider:
|
|
16
|
+
declare const MarkdownProvider: _$react.FC<index_d_exports.MarkdownProviderOptions & {
|
|
15
17
|
components?: {} & {
|
|
16
|
-
object?:
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
wbr?:
|
|
108
|
-
ruby?:
|
|
109
|
-
rt?:
|
|
110
|
-
rp?:
|
|
111
|
-
bdi?:
|
|
112
|
-
bdo?:
|
|
113
|
-
data?:
|
|
114
|
-
template?:
|
|
115
|
-
slot?:
|
|
18
|
+
object?: _$react.FC<_$react.DetailedHTMLProps<_$react.ObjectHTMLAttributes<HTMLObjectElement>, HTMLObjectElement>>;
|
|
19
|
+
hr?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLHRElement>, HTMLHRElement>>;
|
|
20
|
+
th?: _$react.FC<_$react.DetailedHTMLProps<_$react.ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>>;
|
|
21
|
+
tr?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>>;
|
|
22
|
+
html?: _$react.FC<_$react.DetailedHTMLProps<_$react.HtmlHTMLAttributes<HTMLHtmlElement>, HTMLHtmlElement>>;
|
|
23
|
+
head?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLHeadElement>, HTMLHeadElement>>;
|
|
24
|
+
body?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLBodyElement>, HTMLBodyElement>>;
|
|
25
|
+
main?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
26
|
+
header?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
27
|
+
footer?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
28
|
+
nav?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
29
|
+
aside?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
30
|
+
article?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
31
|
+
section?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
32
|
+
div?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>;
|
|
33
|
+
span?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>;
|
|
34
|
+
h1?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>>;
|
|
35
|
+
h2?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>>;
|
|
36
|
+
h3?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>>;
|
|
37
|
+
h4?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>>;
|
|
38
|
+
h5?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>>;
|
|
39
|
+
h6?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>>;
|
|
40
|
+
p?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>>;
|
|
41
|
+
a?: _$react.FC<_$react.DetailedHTMLProps<_$react.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>>;
|
|
42
|
+
strong?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
43
|
+
b?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
44
|
+
em?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
45
|
+
i?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
46
|
+
u?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
47
|
+
s?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
48
|
+
del?: _$react.FC<_$react.DetailedHTMLProps<_$react.DelHTMLAttributes<HTMLModElement>, HTMLModElement>>;
|
|
49
|
+
ins?: _$react.FC<_$react.DetailedHTMLProps<_$react.InsHTMLAttributes<HTMLModElement>, HTMLModElement>>;
|
|
50
|
+
mark?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
51
|
+
small?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
52
|
+
sub?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
53
|
+
sup?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
54
|
+
code?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
55
|
+
pre?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLPreElement>, HTMLPreElement>>;
|
|
56
|
+
blockquote?: _$react.FC<_$react.DetailedHTMLProps<_$react.BlockquoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>>;
|
|
57
|
+
q?: _$react.FC<_$react.DetailedHTMLProps<_$react.QuoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>>;
|
|
58
|
+
cite?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
59
|
+
abbr?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
60
|
+
address?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
61
|
+
time?: _$react.FC<_$react.DetailedHTMLProps<_$react.TimeHTMLAttributes<HTMLTimeElement>, HTMLTimeElement>>;
|
|
62
|
+
kbd?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
63
|
+
samp?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
64
|
+
var?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
65
|
+
ul?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLUListElement>, HTMLUListElement>>;
|
|
66
|
+
ol?: _$react.FC<_$react.DetailedHTMLProps<_$react.OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>>;
|
|
67
|
+
li?: _$react.FC<_$react.DetailedHTMLProps<_$react.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>>;
|
|
68
|
+
dl?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLDListElement>, HTMLDListElement>>;
|
|
69
|
+
dt?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
70
|
+
dd?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
71
|
+
table?: _$react.FC<_$react.DetailedHTMLProps<_$react.TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>>;
|
|
72
|
+
thead?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>>;
|
|
73
|
+
tbody?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>>;
|
|
74
|
+
tfoot?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>>;
|
|
75
|
+
td?: _$react.FC<_$react.DetailedHTMLProps<_$react.TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>>;
|
|
76
|
+
caption?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
77
|
+
colgroup?: _$react.FC<_$react.DetailedHTMLProps<_$react.ColgroupHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>>;
|
|
78
|
+
col?: _$react.FC<_$react.DetailedHTMLProps<_$react.ColHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>>;
|
|
79
|
+
form?: _$react.FC<_$react.DetailedHTMLProps<_$react.FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>>;
|
|
80
|
+
input?: _$react.FC<_$react.DetailedHTMLProps<_$react.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>>;
|
|
81
|
+
textarea?: _$react.FC<_$react.DetailedHTMLProps<_$react.TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>>;
|
|
82
|
+
button?: _$react.FC<_$react.DetailedHTMLProps<_$react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>>;
|
|
83
|
+
select?: _$react.FC<_$react.DetailedHTMLProps<_$react.SelectHTMLAttributes<HTMLSelectElement>, HTMLSelectElement>>;
|
|
84
|
+
option?: _$react.FC<_$react.DetailedHTMLProps<_$react.OptionHTMLAttributes<HTMLOptionElement>, HTMLOptionElement>>;
|
|
85
|
+
optgroup?: _$react.FC<_$react.DetailedHTMLProps<_$react.OptgroupHTMLAttributes<HTMLOptGroupElement>, HTMLOptGroupElement>>;
|
|
86
|
+
label?: _$react.FC<_$react.DetailedHTMLProps<_$react.LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>>;
|
|
87
|
+
fieldset?: _$react.FC<_$react.DetailedHTMLProps<_$react.FieldsetHTMLAttributes<HTMLFieldSetElement>, HTMLFieldSetElement>>;
|
|
88
|
+
legend?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLLegendElement>, HTMLLegendElement>>;
|
|
89
|
+
datalist?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLDataListElement>, HTMLDataListElement>>;
|
|
90
|
+
output?: _$react.FC<_$react.DetailedHTMLProps<_$react.OutputHTMLAttributes<HTMLOutputElement>, HTMLOutputElement>>;
|
|
91
|
+
progress?: _$react.FC<_$react.DetailedHTMLProps<_$react.ProgressHTMLAttributes<HTMLProgressElement>, HTMLProgressElement>>;
|
|
92
|
+
meter?: _$react.FC<_$react.DetailedHTMLProps<_$react.MeterHTMLAttributes<HTMLMeterElement>, HTMLMeterElement>>;
|
|
93
|
+
img?: _$react.FC<_$react.DetailedHTMLProps<_$react.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>>;
|
|
94
|
+
video?: _$react.FC<_$react.DetailedHTMLProps<_$react.VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement>>;
|
|
95
|
+
audio?: _$react.FC<_$react.DetailedHTMLProps<_$react.AudioHTMLAttributes<HTMLAudioElement>, HTMLAudioElement>>;
|
|
96
|
+
source?: _$react.FC<_$react.DetailedHTMLProps<_$react.SourceHTMLAttributes<HTMLSourceElement>, HTMLSourceElement>>;
|
|
97
|
+
track?: _$react.FC<_$react.DetailedHTMLProps<_$react.TrackHTMLAttributes<HTMLTrackElement>, HTMLTrackElement>>;
|
|
98
|
+
picture?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
99
|
+
figure?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
100
|
+
figcaption?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
101
|
+
iframe?: _$react.FC<_$react.DetailedHTMLProps<_$react.IframeHTMLAttributes<HTMLIFrameElement>, HTMLIFrameElement>>;
|
|
102
|
+
embed?: _$react.FC<_$react.DetailedHTMLProps<_$react.EmbedHTMLAttributes<HTMLEmbedElement>, HTMLEmbedElement>>;
|
|
103
|
+
canvas?: _$react.FC<_$react.DetailedHTMLProps<_$react.CanvasHTMLAttributes<HTMLCanvasElement>, HTMLCanvasElement>>;
|
|
104
|
+
svg?: _$react.FC<_$react.SVGProps<SVGSVGElement>>;
|
|
105
|
+
details?: _$react.FC<_$react.DetailedHTMLProps<_$react.DetailsHTMLAttributes<HTMLDetailsElement>, HTMLDetailsElement>>;
|
|
106
|
+
summary?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
107
|
+
dialog?: _$react.FC<_$react.DetailedHTMLProps<_$react.DialogHTMLAttributes<HTMLDialogElement>, HTMLDialogElement>>;
|
|
108
|
+
br?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLBRElement>, HTMLBRElement>>;
|
|
109
|
+
wbr?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
110
|
+
ruby?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
111
|
+
rt?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
112
|
+
rp?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
113
|
+
bdi?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
114
|
+
bdo?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
115
|
+
data?: _$react.FC<_$react.DetailedHTMLProps<_$react.DataHTMLAttributes<HTMLDataElement>, HTMLDataElement>>;
|
|
116
|
+
template?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLTemplateElement>, HTMLTemplateElement>>;
|
|
117
|
+
slot?: _$react.FC<_$react.DetailedHTMLProps<_$react.SlotHTMLAttributes<HTMLSlotElement>, HTMLSlotElement>>;
|
|
116
118
|
} & {
|
|
117
|
-
[key: string]:
|
|
119
|
+
[key: string]: _$react.FC<any>;
|
|
118
120
|
};
|
|
119
|
-
wrapper?:
|
|
120
|
-
renderMarkdown?: (markdown: string, options?: index_d_exports.MarkdownProviderOptions, components?: {} & {
|
|
121
|
-
object?:
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
wbr?:
|
|
213
|
-
ruby?:
|
|
214
|
-
rt?:
|
|
215
|
-
rp?:
|
|
216
|
-
bdi?:
|
|
217
|
-
bdo?:
|
|
218
|
-
data?:
|
|
219
|
-
template?:
|
|
220
|
-
slot?:
|
|
121
|
+
wrapper?: _$react.FC<_$react.HTMLAttributes<HTMLElement>>;
|
|
122
|
+
renderMarkdown?: (markdown: string | _$react_intlayer_markdown0.ParsedMarkdown, options?: index_d_exports.MarkdownProviderOptions, components?: {} & {
|
|
123
|
+
object?: _$react.FC<_$react.DetailedHTMLProps<_$react.ObjectHTMLAttributes<HTMLObjectElement>, HTMLObjectElement>>;
|
|
124
|
+
hr?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLHRElement>, HTMLHRElement>>;
|
|
125
|
+
th?: _$react.FC<_$react.DetailedHTMLProps<_$react.ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>>;
|
|
126
|
+
tr?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>>;
|
|
127
|
+
html?: _$react.FC<_$react.DetailedHTMLProps<_$react.HtmlHTMLAttributes<HTMLHtmlElement>, HTMLHtmlElement>>;
|
|
128
|
+
head?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLHeadElement>, HTMLHeadElement>>;
|
|
129
|
+
body?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLBodyElement>, HTMLBodyElement>>;
|
|
130
|
+
main?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
131
|
+
header?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
132
|
+
footer?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
133
|
+
nav?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
134
|
+
aside?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
135
|
+
article?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
136
|
+
section?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
137
|
+
div?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>;
|
|
138
|
+
span?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>;
|
|
139
|
+
h1?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>>;
|
|
140
|
+
h2?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>>;
|
|
141
|
+
h3?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>>;
|
|
142
|
+
h4?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>>;
|
|
143
|
+
h5?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>>;
|
|
144
|
+
h6?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>>;
|
|
145
|
+
p?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>>;
|
|
146
|
+
a?: _$react.FC<_$react.DetailedHTMLProps<_$react.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>>;
|
|
147
|
+
strong?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
148
|
+
b?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
149
|
+
em?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
150
|
+
i?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
151
|
+
u?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
152
|
+
s?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
153
|
+
del?: _$react.FC<_$react.DetailedHTMLProps<_$react.DelHTMLAttributes<HTMLModElement>, HTMLModElement>>;
|
|
154
|
+
ins?: _$react.FC<_$react.DetailedHTMLProps<_$react.InsHTMLAttributes<HTMLModElement>, HTMLModElement>>;
|
|
155
|
+
mark?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
156
|
+
small?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
157
|
+
sub?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
158
|
+
sup?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
159
|
+
code?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
160
|
+
pre?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLPreElement>, HTMLPreElement>>;
|
|
161
|
+
blockquote?: _$react.FC<_$react.DetailedHTMLProps<_$react.BlockquoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>>;
|
|
162
|
+
q?: _$react.FC<_$react.DetailedHTMLProps<_$react.QuoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>>;
|
|
163
|
+
cite?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
164
|
+
abbr?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
165
|
+
address?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
166
|
+
time?: _$react.FC<_$react.DetailedHTMLProps<_$react.TimeHTMLAttributes<HTMLTimeElement>, HTMLTimeElement>>;
|
|
167
|
+
kbd?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
168
|
+
samp?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
169
|
+
var?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
170
|
+
ul?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLUListElement>, HTMLUListElement>>;
|
|
171
|
+
ol?: _$react.FC<_$react.DetailedHTMLProps<_$react.OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>>;
|
|
172
|
+
li?: _$react.FC<_$react.DetailedHTMLProps<_$react.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>>;
|
|
173
|
+
dl?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLDListElement>, HTMLDListElement>>;
|
|
174
|
+
dt?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
175
|
+
dd?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
176
|
+
table?: _$react.FC<_$react.DetailedHTMLProps<_$react.TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>>;
|
|
177
|
+
thead?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>>;
|
|
178
|
+
tbody?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>>;
|
|
179
|
+
tfoot?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>>;
|
|
180
|
+
td?: _$react.FC<_$react.DetailedHTMLProps<_$react.TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>>;
|
|
181
|
+
caption?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
182
|
+
colgroup?: _$react.FC<_$react.DetailedHTMLProps<_$react.ColgroupHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>>;
|
|
183
|
+
col?: _$react.FC<_$react.DetailedHTMLProps<_$react.ColHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>>;
|
|
184
|
+
form?: _$react.FC<_$react.DetailedHTMLProps<_$react.FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>>;
|
|
185
|
+
input?: _$react.FC<_$react.DetailedHTMLProps<_$react.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>>;
|
|
186
|
+
textarea?: _$react.FC<_$react.DetailedHTMLProps<_$react.TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>>;
|
|
187
|
+
button?: _$react.FC<_$react.DetailedHTMLProps<_$react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>>;
|
|
188
|
+
select?: _$react.FC<_$react.DetailedHTMLProps<_$react.SelectHTMLAttributes<HTMLSelectElement>, HTMLSelectElement>>;
|
|
189
|
+
option?: _$react.FC<_$react.DetailedHTMLProps<_$react.OptionHTMLAttributes<HTMLOptionElement>, HTMLOptionElement>>;
|
|
190
|
+
optgroup?: _$react.FC<_$react.DetailedHTMLProps<_$react.OptgroupHTMLAttributes<HTMLOptGroupElement>, HTMLOptGroupElement>>;
|
|
191
|
+
label?: _$react.FC<_$react.DetailedHTMLProps<_$react.LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>>;
|
|
192
|
+
fieldset?: _$react.FC<_$react.DetailedHTMLProps<_$react.FieldsetHTMLAttributes<HTMLFieldSetElement>, HTMLFieldSetElement>>;
|
|
193
|
+
legend?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLLegendElement>, HTMLLegendElement>>;
|
|
194
|
+
datalist?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLDataListElement>, HTMLDataListElement>>;
|
|
195
|
+
output?: _$react.FC<_$react.DetailedHTMLProps<_$react.OutputHTMLAttributes<HTMLOutputElement>, HTMLOutputElement>>;
|
|
196
|
+
progress?: _$react.FC<_$react.DetailedHTMLProps<_$react.ProgressHTMLAttributes<HTMLProgressElement>, HTMLProgressElement>>;
|
|
197
|
+
meter?: _$react.FC<_$react.DetailedHTMLProps<_$react.MeterHTMLAttributes<HTMLMeterElement>, HTMLMeterElement>>;
|
|
198
|
+
img?: _$react.FC<_$react.DetailedHTMLProps<_$react.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>>;
|
|
199
|
+
video?: _$react.FC<_$react.DetailedHTMLProps<_$react.VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement>>;
|
|
200
|
+
audio?: _$react.FC<_$react.DetailedHTMLProps<_$react.AudioHTMLAttributes<HTMLAudioElement>, HTMLAudioElement>>;
|
|
201
|
+
source?: _$react.FC<_$react.DetailedHTMLProps<_$react.SourceHTMLAttributes<HTMLSourceElement>, HTMLSourceElement>>;
|
|
202
|
+
track?: _$react.FC<_$react.DetailedHTMLProps<_$react.TrackHTMLAttributes<HTMLTrackElement>, HTMLTrackElement>>;
|
|
203
|
+
picture?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
204
|
+
figure?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
205
|
+
figcaption?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
206
|
+
iframe?: _$react.FC<_$react.DetailedHTMLProps<_$react.IframeHTMLAttributes<HTMLIFrameElement>, HTMLIFrameElement>>;
|
|
207
|
+
embed?: _$react.FC<_$react.DetailedHTMLProps<_$react.EmbedHTMLAttributes<HTMLEmbedElement>, HTMLEmbedElement>>;
|
|
208
|
+
canvas?: _$react.FC<_$react.DetailedHTMLProps<_$react.CanvasHTMLAttributes<HTMLCanvasElement>, HTMLCanvasElement>>;
|
|
209
|
+
svg?: _$react.FC<_$react.SVGProps<SVGSVGElement>>;
|
|
210
|
+
details?: _$react.FC<_$react.DetailedHTMLProps<_$react.DetailsHTMLAttributes<HTMLDetailsElement>, HTMLDetailsElement>>;
|
|
211
|
+
summary?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
212
|
+
dialog?: _$react.FC<_$react.DetailedHTMLProps<_$react.DialogHTMLAttributes<HTMLDialogElement>, HTMLDialogElement>>;
|
|
213
|
+
br?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLBRElement>, HTMLBRElement>>;
|
|
214
|
+
wbr?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
215
|
+
ruby?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
216
|
+
rt?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
217
|
+
rp?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
218
|
+
bdi?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
219
|
+
bdo?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
220
|
+
data?: _$react.FC<_$react.DetailedHTMLProps<_$react.DataHTMLAttributes<HTMLDataElement>, HTMLDataElement>>;
|
|
221
|
+
template?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLTemplateElement>, HTMLTemplateElement>>;
|
|
222
|
+
slot?: _$react.FC<_$react.DetailedHTMLProps<_$react.SlotHTMLAttributes<HTMLSlotElement>, HTMLSlotElement>>;
|
|
221
223
|
} & {
|
|
222
|
-
[key: string]:
|
|
223
|
-
}, wrapper?:
|
|
224
|
+
[key: string]: _$react.FC<any>;
|
|
225
|
+
}, wrapper?: _$react.FC<_$react.HTMLAttributes<HTMLElement>>) => _$react.ReactNode | Promise<_$react.ReactNode>;
|
|
224
226
|
} & {
|
|
225
|
-
children?:
|
|
227
|
+
children?: _$react.ReactNode | undefined;
|
|
226
228
|
}>;
|
|
227
229
|
/**
|
|
228
230
|
* @deprecated import from next-intlayer/markdown instead
|
|
229
231
|
*/
|
|
230
232
|
declare const useMarkdownContext: () => {
|
|
231
233
|
components?: {} & {
|
|
232
|
-
object?:
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
wbr?:
|
|
324
|
-
ruby?:
|
|
325
|
-
rt?:
|
|
326
|
-
rp?:
|
|
327
|
-
bdi?:
|
|
328
|
-
bdo?:
|
|
329
|
-
data?:
|
|
330
|
-
template?:
|
|
331
|
-
slot?:
|
|
234
|
+
object?: _$react.FC<_$react.DetailedHTMLProps<_$react.ObjectHTMLAttributes<HTMLObjectElement>, HTMLObjectElement>>;
|
|
235
|
+
hr?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLHRElement>, HTMLHRElement>>;
|
|
236
|
+
th?: _$react.FC<_$react.DetailedHTMLProps<_$react.ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>>;
|
|
237
|
+
tr?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>>;
|
|
238
|
+
html?: _$react.FC<_$react.DetailedHTMLProps<_$react.HtmlHTMLAttributes<HTMLHtmlElement>, HTMLHtmlElement>>;
|
|
239
|
+
head?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLHeadElement>, HTMLHeadElement>>;
|
|
240
|
+
body?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLBodyElement>, HTMLBodyElement>>;
|
|
241
|
+
main?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
242
|
+
header?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
243
|
+
footer?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
244
|
+
nav?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
245
|
+
aside?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
246
|
+
article?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
247
|
+
section?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
248
|
+
div?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>;
|
|
249
|
+
span?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>;
|
|
250
|
+
h1?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>>;
|
|
251
|
+
h2?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>>;
|
|
252
|
+
h3?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>>;
|
|
253
|
+
h4?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>>;
|
|
254
|
+
h5?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>>;
|
|
255
|
+
h6?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>>;
|
|
256
|
+
p?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>>;
|
|
257
|
+
a?: _$react.FC<_$react.DetailedHTMLProps<_$react.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>>;
|
|
258
|
+
strong?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
259
|
+
b?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
260
|
+
em?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
261
|
+
i?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
262
|
+
u?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
263
|
+
s?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
264
|
+
del?: _$react.FC<_$react.DetailedHTMLProps<_$react.DelHTMLAttributes<HTMLModElement>, HTMLModElement>>;
|
|
265
|
+
ins?: _$react.FC<_$react.DetailedHTMLProps<_$react.InsHTMLAttributes<HTMLModElement>, HTMLModElement>>;
|
|
266
|
+
mark?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
267
|
+
small?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
268
|
+
sub?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
269
|
+
sup?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
270
|
+
code?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
271
|
+
pre?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLPreElement>, HTMLPreElement>>;
|
|
272
|
+
blockquote?: _$react.FC<_$react.DetailedHTMLProps<_$react.BlockquoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>>;
|
|
273
|
+
q?: _$react.FC<_$react.DetailedHTMLProps<_$react.QuoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>>;
|
|
274
|
+
cite?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
275
|
+
abbr?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
276
|
+
address?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
277
|
+
time?: _$react.FC<_$react.DetailedHTMLProps<_$react.TimeHTMLAttributes<HTMLTimeElement>, HTMLTimeElement>>;
|
|
278
|
+
kbd?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
279
|
+
samp?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
280
|
+
var?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
281
|
+
ul?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLUListElement>, HTMLUListElement>>;
|
|
282
|
+
ol?: _$react.FC<_$react.DetailedHTMLProps<_$react.OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>>;
|
|
283
|
+
li?: _$react.FC<_$react.DetailedHTMLProps<_$react.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>>;
|
|
284
|
+
dl?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLDListElement>, HTMLDListElement>>;
|
|
285
|
+
dt?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
286
|
+
dd?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
287
|
+
table?: _$react.FC<_$react.DetailedHTMLProps<_$react.TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>>;
|
|
288
|
+
thead?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>>;
|
|
289
|
+
tbody?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>>;
|
|
290
|
+
tfoot?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>>;
|
|
291
|
+
td?: _$react.FC<_$react.DetailedHTMLProps<_$react.TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>>;
|
|
292
|
+
caption?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
293
|
+
colgroup?: _$react.FC<_$react.DetailedHTMLProps<_$react.ColgroupHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>>;
|
|
294
|
+
col?: _$react.FC<_$react.DetailedHTMLProps<_$react.ColHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>>;
|
|
295
|
+
form?: _$react.FC<_$react.DetailedHTMLProps<_$react.FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>>;
|
|
296
|
+
input?: _$react.FC<_$react.DetailedHTMLProps<_$react.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>>;
|
|
297
|
+
textarea?: _$react.FC<_$react.DetailedHTMLProps<_$react.TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>>;
|
|
298
|
+
button?: _$react.FC<_$react.DetailedHTMLProps<_$react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>>;
|
|
299
|
+
select?: _$react.FC<_$react.DetailedHTMLProps<_$react.SelectHTMLAttributes<HTMLSelectElement>, HTMLSelectElement>>;
|
|
300
|
+
option?: _$react.FC<_$react.DetailedHTMLProps<_$react.OptionHTMLAttributes<HTMLOptionElement>, HTMLOptionElement>>;
|
|
301
|
+
optgroup?: _$react.FC<_$react.DetailedHTMLProps<_$react.OptgroupHTMLAttributes<HTMLOptGroupElement>, HTMLOptGroupElement>>;
|
|
302
|
+
label?: _$react.FC<_$react.DetailedHTMLProps<_$react.LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>>;
|
|
303
|
+
fieldset?: _$react.FC<_$react.DetailedHTMLProps<_$react.FieldsetHTMLAttributes<HTMLFieldSetElement>, HTMLFieldSetElement>>;
|
|
304
|
+
legend?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLLegendElement>, HTMLLegendElement>>;
|
|
305
|
+
datalist?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLDataListElement>, HTMLDataListElement>>;
|
|
306
|
+
output?: _$react.FC<_$react.DetailedHTMLProps<_$react.OutputHTMLAttributes<HTMLOutputElement>, HTMLOutputElement>>;
|
|
307
|
+
progress?: _$react.FC<_$react.DetailedHTMLProps<_$react.ProgressHTMLAttributes<HTMLProgressElement>, HTMLProgressElement>>;
|
|
308
|
+
meter?: _$react.FC<_$react.DetailedHTMLProps<_$react.MeterHTMLAttributes<HTMLMeterElement>, HTMLMeterElement>>;
|
|
309
|
+
img?: _$react.FC<_$react.DetailedHTMLProps<_$react.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>>;
|
|
310
|
+
video?: _$react.FC<_$react.DetailedHTMLProps<_$react.VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement>>;
|
|
311
|
+
audio?: _$react.FC<_$react.DetailedHTMLProps<_$react.AudioHTMLAttributes<HTMLAudioElement>, HTMLAudioElement>>;
|
|
312
|
+
source?: _$react.FC<_$react.DetailedHTMLProps<_$react.SourceHTMLAttributes<HTMLSourceElement>, HTMLSourceElement>>;
|
|
313
|
+
track?: _$react.FC<_$react.DetailedHTMLProps<_$react.TrackHTMLAttributes<HTMLTrackElement>, HTMLTrackElement>>;
|
|
314
|
+
picture?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
315
|
+
figure?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
316
|
+
figcaption?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
317
|
+
iframe?: _$react.FC<_$react.DetailedHTMLProps<_$react.IframeHTMLAttributes<HTMLIFrameElement>, HTMLIFrameElement>>;
|
|
318
|
+
embed?: _$react.FC<_$react.DetailedHTMLProps<_$react.EmbedHTMLAttributes<HTMLEmbedElement>, HTMLEmbedElement>>;
|
|
319
|
+
canvas?: _$react.FC<_$react.DetailedHTMLProps<_$react.CanvasHTMLAttributes<HTMLCanvasElement>, HTMLCanvasElement>>;
|
|
320
|
+
svg?: _$react.FC<_$react.SVGProps<SVGSVGElement>>;
|
|
321
|
+
details?: _$react.FC<_$react.DetailedHTMLProps<_$react.DetailsHTMLAttributes<HTMLDetailsElement>, HTMLDetailsElement>>;
|
|
322
|
+
summary?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
323
|
+
dialog?: _$react.FC<_$react.DetailedHTMLProps<_$react.DialogHTMLAttributes<HTMLDialogElement>, HTMLDialogElement>>;
|
|
324
|
+
br?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLBRElement>, HTMLBRElement>>;
|
|
325
|
+
wbr?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
326
|
+
ruby?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
327
|
+
rt?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
328
|
+
rp?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
329
|
+
bdi?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
330
|
+
bdo?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
331
|
+
data?: _$react.FC<_$react.DetailedHTMLProps<_$react.DataHTMLAttributes<HTMLDataElement>, HTMLDataElement>>;
|
|
332
|
+
template?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLTemplateElement>, HTMLTemplateElement>>;
|
|
333
|
+
slot?: _$react.FC<_$react.DetailedHTMLProps<_$react.SlotHTMLAttributes<HTMLSlotElement>, HTMLSlotElement>>;
|
|
332
334
|
} & {
|
|
333
|
-
[key: string]:
|
|
335
|
+
[key: string]: _$react.FC<any>;
|
|
334
336
|
};
|
|
335
|
-
renderMarkdown: (markdown: string, options?: index_d_exports.MarkdownProviderOptions, components?: {} & {
|
|
336
|
-
object?:
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
wbr?:
|
|
428
|
-
ruby?:
|
|
429
|
-
rt?:
|
|
430
|
-
rp?:
|
|
431
|
-
bdi?:
|
|
432
|
-
bdo?:
|
|
433
|
-
data?:
|
|
434
|
-
template?:
|
|
435
|
-
slot?:
|
|
337
|
+
renderMarkdown: (markdown: string | _$react_intlayer_markdown0.ParsedMarkdown, options?: index_d_exports.MarkdownProviderOptions, components?: {} & {
|
|
338
|
+
object?: _$react.FC<_$react.DetailedHTMLProps<_$react.ObjectHTMLAttributes<HTMLObjectElement>, HTMLObjectElement>>;
|
|
339
|
+
hr?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLHRElement>, HTMLHRElement>>;
|
|
340
|
+
th?: _$react.FC<_$react.DetailedHTMLProps<_$react.ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>>;
|
|
341
|
+
tr?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>>;
|
|
342
|
+
html?: _$react.FC<_$react.DetailedHTMLProps<_$react.HtmlHTMLAttributes<HTMLHtmlElement>, HTMLHtmlElement>>;
|
|
343
|
+
head?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLHeadElement>, HTMLHeadElement>>;
|
|
344
|
+
body?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLBodyElement>, HTMLBodyElement>>;
|
|
345
|
+
main?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
346
|
+
header?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
347
|
+
footer?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
348
|
+
nav?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
349
|
+
aside?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
350
|
+
article?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
351
|
+
section?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
352
|
+
div?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>;
|
|
353
|
+
span?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>;
|
|
354
|
+
h1?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>>;
|
|
355
|
+
h2?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>>;
|
|
356
|
+
h3?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>>;
|
|
357
|
+
h4?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>>;
|
|
358
|
+
h5?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>>;
|
|
359
|
+
h6?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>>;
|
|
360
|
+
p?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>>;
|
|
361
|
+
a?: _$react.FC<_$react.DetailedHTMLProps<_$react.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>>;
|
|
362
|
+
strong?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
363
|
+
b?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
364
|
+
em?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
365
|
+
i?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
366
|
+
u?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
367
|
+
s?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
368
|
+
del?: _$react.FC<_$react.DetailedHTMLProps<_$react.DelHTMLAttributes<HTMLModElement>, HTMLModElement>>;
|
|
369
|
+
ins?: _$react.FC<_$react.DetailedHTMLProps<_$react.InsHTMLAttributes<HTMLModElement>, HTMLModElement>>;
|
|
370
|
+
mark?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
371
|
+
small?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
372
|
+
sub?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
373
|
+
sup?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
374
|
+
code?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
375
|
+
pre?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLPreElement>, HTMLPreElement>>;
|
|
376
|
+
blockquote?: _$react.FC<_$react.DetailedHTMLProps<_$react.BlockquoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>>;
|
|
377
|
+
q?: _$react.FC<_$react.DetailedHTMLProps<_$react.QuoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>>;
|
|
378
|
+
cite?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
379
|
+
abbr?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
380
|
+
address?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
381
|
+
time?: _$react.FC<_$react.DetailedHTMLProps<_$react.TimeHTMLAttributes<HTMLTimeElement>, HTMLTimeElement>>;
|
|
382
|
+
kbd?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
383
|
+
samp?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
384
|
+
var?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
385
|
+
ul?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLUListElement>, HTMLUListElement>>;
|
|
386
|
+
ol?: _$react.FC<_$react.DetailedHTMLProps<_$react.OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>>;
|
|
387
|
+
li?: _$react.FC<_$react.DetailedHTMLProps<_$react.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>>;
|
|
388
|
+
dl?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLDListElement>, HTMLDListElement>>;
|
|
389
|
+
dt?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
390
|
+
dd?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
391
|
+
table?: _$react.FC<_$react.DetailedHTMLProps<_$react.TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>>;
|
|
392
|
+
thead?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>>;
|
|
393
|
+
tbody?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>>;
|
|
394
|
+
tfoot?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>>;
|
|
395
|
+
td?: _$react.FC<_$react.DetailedHTMLProps<_$react.TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>>;
|
|
396
|
+
caption?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
397
|
+
colgroup?: _$react.FC<_$react.DetailedHTMLProps<_$react.ColgroupHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>>;
|
|
398
|
+
col?: _$react.FC<_$react.DetailedHTMLProps<_$react.ColHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>>;
|
|
399
|
+
form?: _$react.FC<_$react.DetailedHTMLProps<_$react.FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>>;
|
|
400
|
+
input?: _$react.FC<_$react.DetailedHTMLProps<_$react.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>>;
|
|
401
|
+
textarea?: _$react.FC<_$react.DetailedHTMLProps<_$react.TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>>;
|
|
402
|
+
button?: _$react.FC<_$react.DetailedHTMLProps<_$react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>>;
|
|
403
|
+
select?: _$react.FC<_$react.DetailedHTMLProps<_$react.SelectHTMLAttributes<HTMLSelectElement>, HTMLSelectElement>>;
|
|
404
|
+
option?: _$react.FC<_$react.DetailedHTMLProps<_$react.OptionHTMLAttributes<HTMLOptionElement>, HTMLOptionElement>>;
|
|
405
|
+
optgroup?: _$react.FC<_$react.DetailedHTMLProps<_$react.OptgroupHTMLAttributes<HTMLOptGroupElement>, HTMLOptGroupElement>>;
|
|
406
|
+
label?: _$react.FC<_$react.DetailedHTMLProps<_$react.LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>>;
|
|
407
|
+
fieldset?: _$react.FC<_$react.DetailedHTMLProps<_$react.FieldsetHTMLAttributes<HTMLFieldSetElement>, HTMLFieldSetElement>>;
|
|
408
|
+
legend?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLLegendElement>, HTMLLegendElement>>;
|
|
409
|
+
datalist?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLDataListElement>, HTMLDataListElement>>;
|
|
410
|
+
output?: _$react.FC<_$react.DetailedHTMLProps<_$react.OutputHTMLAttributes<HTMLOutputElement>, HTMLOutputElement>>;
|
|
411
|
+
progress?: _$react.FC<_$react.DetailedHTMLProps<_$react.ProgressHTMLAttributes<HTMLProgressElement>, HTMLProgressElement>>;
|
|
412
|
+
meter?: _$react.FC<_$react.DetailedHTMLProps<_$react.MeterHTMLAttributes<HTMLMeterElement>, HTMLMeterElement>>;
|
|
413
|
+
img?: _$react.FC<_$react.DetailedHTMLProps<_$react.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>>;
|
|
414
|
+
video?: _$react.FC<_$react.DetailedHTMLProps<_$react.VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement>>;
|
|
415
|
+
audio?: _$react.FC<_$react.DetailedHTMLProps<_$react.AudioHTMLAttributes<HTMLAudioElement>, HTMLAudioElement>>;
|
|
416
|
+
source?: _$react.FC<_$react.DetailedHTMLProps<_$react.SourceHTMLAttributes<HTMLSourceElement>, HTMLSourceElement>>;
|
|
417
|
+
track?: _$react.FC<_$react.DetailedHTMLProps<_$react.TrackHTMLAttributes<HTMLTrackElement>, HTMLTrackElement>>;
|
|
418
|
+
picture?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
419
|
+
figure?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
420
|
+
figcaption?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
421
|
+
iframe?: _$react.FC<_$react.DetailedHTMLProps<_$react.IframeHTMLAttributes<HTMLIFrameElement>, HTMLIFrameElement>>;
|
|
422
|
+
embed?: _$react.FC<_$react.DetailedHTMLProps<_$react.EmbedHTMLAttributes<HTMLEmbedElement>, HTMLEmbedElement>>;
|
|
423
|
+
canvas?: _$react.FC<_$react.DetailedHTMLProps<_$react.CanvasHTMLAttributes<HTMLCanvasElement>, HTMLCanvasElement>>;
|
|
424
|
+
svg?: _$react.FC<_$react.SVGProps<SVGSVGElement>>;
|
|
425
|
+
details?: _$react.FC<_$react.DetailedHTMLProps<_$react.DetailsHTMLAttributes<HTMLDetailsElement>, HTMLDetailsElement>>;
|
|
426
|
+
summary?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
427
|
+
dialog?: _$react.FC<_$react.DetailedHTMLProps<_$react.DialogHTMLAttributes<HTMLDialogElement>, HTMLDialogElement>>;
|
|
428
|
+
br?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLBRElement>, HTMLBRElement>>;
|
|
429
|
+
wbr?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
430
|
+
ruby?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
431
|
+
rt?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
432
|
+
rp?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
433
|
+
bdi?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
434
|
+
bdo?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
435
|
+
data?: _$react.FC<_$react.DetailedHTMLProps<_$react.DataHTMLAttributes<HTMLDataElement>, HTMLDataElement>>;
|
|
436
|
+
template?: _$react.FC<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLTemplateElement>, HTMLTemplateElement>>;
|
|
437
|
+
slot?: _$react.FC<_$react.DetailedHTMLProps<_$react.SlotHTMLAttributes<HTMLSlotElement>, HTMLSlotElement>>;
|
|
436
438
|
} & {
|
|
437
|
-
[key: string]:
|
|
438
|
-
}, wrapper?:
|
|
439
|
+
[key: string]: _$react.FC<any>;
|
|
440
|
+
}, wrapper?: _$react.FC<_$react.HTMLAttributes<HTMLElement>>) => _$react.ReactNode | Promise<_$react.ReactNode>;
|
|
439
441
|
};
|
|
440
442
|
/**
|
|
441
443
|
* @deprecated import from next-intlayer/markdown instead
|
|
@@ -444,14 +446,14 @@ type MarkdownProviderOptions = index_d_exports.MarkdownProviderOptions;
|
|
|
444
446
|
/**
|
|
445
447
|
* @deprecated import from next-intlayer/markdown instead
|
|
446
448
|
*/
|
|
447
|
-
declare const renderMarkdown: (content: string |
|
|
449
|
+
declare const renderMarkdown: (content: string | _$react_intlayer_markdown0.ParsedMarkdown, {
|
|
448
450
|
components,
|
|
449
451
|
wrapper,
|
|
450
452
|
forceBlock,
|
|
451
453
|
forceInline,
|
|
452
454
|
preserveFrontmatter,
|
|
453
455
|
tagfilter
|
|
454
|
-
}?: index_d_exports.RenderMarkdownProps) =>
|
|
456
|
+
}?: index_d_exports.RenderMarkdownProps) => _$react.JSX.Element;
|
|
455
457
|
/**
|
|
456
458
|
* @deprecated import from next-intlayer/markdown instead
|
|
457
459
|
*/
|
|
@@ -462,11 +464,11 @@ declare const useMarkdownRenderer: ({
|
|
|
462
464
|
forceInline,
|
|
463
465
|
preserveFrontmatter,
|
|
464
466
|
tagfilter
|
|
465
|
-
}?: index_d_exports.RenderMarkdownProps) => (content: string |
|
|
467
|
+
}?: index_d_exports.RenderMarkdownProps) => (content: string | _$react_intlayer_markdown0.ParsedMarkdown) => string | number | bigint | boolean | Iterable<_$react.ReactNode> | Promise<_$react.ReactNode> | _$react.JSX.Element;
|
|
466
468
|
/**
|
|
467
469
|
* @deprecated import from next-intlayer/markdown instead
|
|
468
470
|
*/
|
|
469
|
-
declare const MarkdownRenderer:
|
|
471
|
+
declare const MarkdownRenderer: _$react.FC<index_d_exports.MarkdownRendererProps>;
|
|
470
472
|
/**
|
|
471
473
|
* @deprecated import from next-intlayer/markdown instead
|
|
472
474
|
*/
|
|
@@ -476,5 +478,5 @@ type RenderMarkdownProps = index_d_exports.RenderMarkdownProps;
|
|
|
476
478
|
*/
|
|
477
479
|
type MarkdownRendererProps = index_d_exports.MarkdownRendererProps;
|
|
478
480
|
//#endregion
|
|
479
|
-
export { IntlayerClientContext, IntlayerClientProvider,
|
|
481
|
+
export { IntlayerClientContext, IntlayerClientProvider, IntlayerClientProviderProps, type IntlayerNode, type LocalParams, type LocalPromiseParams, MarkdownProvider, MarkdownProviderOptions, MarkdownRenderer, MarkdownRendererProps, type Next14LayoutIntlayer, type Next14PageIntlayer, type Next15LayoutIntlayer, type Next15PageIntlayer, type NextLayoutIntlayer, type NextPageIntlayer, RenderMarkdownProps, generateStaticParams, getDictionary, getIntlayer, localeCookie, localeInStorage, renderMarkdown, setLocaleCookie, setLocaleInStorage, t, useDictionary, useDictionaryAsync, useDictionaryDynamic, useI18n, useIntl, useIntlayer, useLoadDynamic, useLocale, useLocaleCookie, useLocalePageRouter, useLocaleStorage, useMarkdownContext, useMarkdownRenderer, useRewriteURL };
|
|
480
482
|
//# sourceMappingURL=index.d.ts.map
|