@teambit/base-ui.text.paragraph
Advanced tools
Comparing version 0.5.9 to 0.5.10
@@ -13,2 +13,8 @@ import React from 'react'; | ||
} & React.HTMLAttributes<HTMLParagraphElement>; | ||
/** | ||
* Paragraph component prototype. Accepts all properties of a native Paragraph element, | ||
* @name paragraph | ||
* @example | ||
* <Paragraph size="sm">This is some text</Paragraph> | ||
*/ | ||
export declare function Paragraph({ className, size, element: Element, ...rest }: ParagraphProps): JSX.Element; | ||
@@ -15,0 +21,0 @@ export declare namespace Paragraph { |
@@ -21,2 +21,8 @@ "use strict"; | ||
const paragraph_module_scss_1 = __importDefault(require("./paragraph.module.scss")); | ||
/** | ||
* Paragraph component prototype. Accepts all properties of a native Paragraph element, | ||
* @name paragraph | ||
* @example | ||
* <Paragraph size="sm">This is some text</Paragraph> | ||
*/ | ||
function Paragraph(_a) { | ||
@@ -23,0 +29,0 @@ var { className, size, element: Element } = _a, rest = __rest(_a, ["className", "size", "element"]); |
{ | ||
"name": "@teambit/base-ui.text.paragraph", | ||
"version": "0.5.9", | ||
"version": "0.5.10", | ||
"homepage": "https://bit.dev/teambit/base-ui/text/paragraph", | ||
"main": "dist/index.js", | ||
@@ -8,3 +9,3 @@ "componentId": { | ||
"name": "text/paragraph", | ||
"version": "0.5.9" | ||
"version": "0.5.10" | ||
}, | ||
@@ -11,0 +12,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
15496
263