@teambit/base-ui.text.heading
Advanced tools
Comparing version 0.5.9 to 0.5.10
@@ -8,2 +8,8 @@ import React from 'react'; | ||
} & React.HTMLAttributes<HTMLHeadingElement>; | ||
/** | ||
* Base title component, to be styled by composing components. | ||
* May have more logic in the future. | ||
* @example | ||
* <Heading element="h3">This is a title</Heading> | ||
*/ | ||
export declare function Heading(props: HeadingProps): JSX.Element; | ||
@@ -10,0 +16,0 @@ export declare namespace Heading { |
@@ -19,2 +19,8 @@ "use strict"; | ||
const react_1 = __importDefault(require("react")); | ||
/** | ||
* Base title component, to be styled by composing components. | ||
* May have more logic in the future. | ||
* @example | ||
* <Heading element="h3">This is a title</Heading> | ||
*/ | ||
function Heading(props) { | ||
@@ -21,0 +27,0 @@ const { element } = props, rest = __rest(props, ["element"]); |
{ | ||
"name": "@teambit/base-ui.text.heading", | ||
"version": "0.5.9", | ||
"version": "0.5.10", | ||
"homepage": "https://bit.dev/teambit/base-ui/text/heading", | ||
"main": "dist/index.js", | ||
@@ -8,3 +9,3 @@ "componentId": { | ||
"name": "text/heading", | ||
"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
17073
289