Skip to content

Commit 9ff9f9e

Browse files
authored
Merge pull request #18 from philippebeck/dev
Release 0.4.10
2 parents b7ce3c2 + be431f8 commit 9ff9f9e

18 files changed

Lines changed: 101 additions & 102 deletions

File tree

dist/index.d.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ import { default as default_2 } from 'react';
1414
* @param {string} props.ico
1515
* The Icon of the Button
1616
*
17-
* @param {string} props.txt
17+
* @param {string} [props.txt=""]
1818
* The Text of the Button
19+
* @default ""
1920
*
2021
* @returns {React.ReactElement<HTMLLinkElement>}
2122
* The rendered Button
@@ -33,13 +34,14 @@ export declare const Button: ({ link, ico, txt }: ButtonProps) => React.ReactEle
3334
* @property {IconProps} ico
3435
* The Icon of the Button
3536
*
36-
* @property {string} txt
37+
* @property {string} [txt=""]
3738
* The Text of the Button
39+
* @default ""
3840
*/
3941
declare interface ButtonProps {
4042
link: LinkProps;
4143
ico: IconProps;
42-
txt: string;
44+
txt?: string;
4345
}
4446

4547
/**

dist/index.es.js

Lines changed: 53 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.es.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)