@types/bbcode-to-react
Advanced tools
@@ -7,3 +7,3 @@ // Type definitions for bbcode-to-react 0.2 | ||
| import { ReactNode } from 'react'; | ||
| import { ReactNode } from "react"; | ||
@@ -103,23 +103,23 @@ /** | ||
| */ | ||
| constructor(renderer: Renderer<T>, settings?: Partial<Omit<TagType, 'children'>>); | ||
| constructor(renderer: Renderer<T>, settings?: Partial<Omit<TagType, "children">>); | ||
| /** | ||
| * Tag name, with type string | ||
| */ | ||
| protected name: TagType['name']; | ||
| protected name: TagType["name"]; | ||
| /** | ||
| * The parent of a tag object, with type ReactNode | ||
| */ | ||
| protected parent: TagType['parent']; | ||
| protected parent: TagType["parent"]; | ||
| /** | ||
| * The inner text of a tag object, with type string | ||
| */ | ||
| protected text: TagType['text']; | ||
| protected text: TagType["text"]; | ||
| /** | ||
| * A "params" object for inner processing | ||
| */ | ||
| protected params: TagType['params']; | ||
| protected params: TagType["params"]; | ||
| /** | ||
| * The children of a tag object, with type ReactNode array | ||
| */ | ||
| protected children: TagType['children']; | ||
| protected children: TagType["children"]; | ||
| /** | ||
@@ -202,3 +202,3 @@ * Getter method of the "children" member of the Tag instance | ||
| export { Tag, Parser }; | ||
| export { Parser, Tag }; | ||
| export default parser; |
| { | ||
| "name": "@types/bbcode-to-react", | ||
| "version": "0.2.0", | ||
| "version": "0.2.1", | ||
| "description": "TypeScript definitions for bbcode-to-react", | ||
| "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bbcode-to-react", | ||
| "license": "MIT", | ||
@@ -24,4 +25,4 @@ "contributors": [ | ||
| }, | ||
| "typesPublisherContentHash": "117b4874d95d6ab1819a41a6df2a7de277ce9447e48db15f60b7a7a66429531b", | ||
| "typeScriptVersion": "3.5" | ||
| "typesPublisherContentHash": "2ef518af1cbc2405a7b9482ca1978a6bc68474ccfcf328eb56db9d09da0ca071", | ||
| "typeScriptVersion": "4.5" | ||
| } |
@@ -11,3 +11,3 @@ # Installation | ||
| ### Additional Details | ||
| * Last updated: Mon, 31 Aug 2020 08:24:45 GMT | ||
| * Last updated: Fri, 15 Sep 2023 19:06:48 GMT | ||
| * Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -14,0 +14,0 @@ * Global values: none |
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
8764
1.2%1
-50%