@liner-fe/prism 2.10.0 → 2.11.0
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/lib/index.d.ts +1 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -103,7 +103,7 @@ type ANSWER = 'answer';
|
|
|
103
103
|
type ACCENT = 'accent';
|
|
104
104
|
type NORMAL = 'normal';
|
|
105
105
|
type POST = 'post';
|
|
106
|
-
type AcceptAsHTMLTag = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'header' | 'footer' | 'p' | 'article' | 'body' | 'main' | 'b' | 'blockquote';
|
|
106
|
+
type AcceptAsHTMLTag = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'header' | 'footer' | 'p' | 'article' | 'body' | 'main' | 'b' | 'blockquote' | 'span';
|
|
107
107
|
interface WithHTMLAsProps {
|
|
108
108
|
as?: Extract<keyof HTMLElementTagNameMap, AcceptAsHTMLTag>;
|
|
109
109
|
}
|