Skip to content

Commit

Permalink
Merge pull request #18 from philippebeck/dev
Browse files Browse the repository at this point in the history
Release 0.4.10
  • Loading branch information
philippebeck authored Dec 4, 2024
2 parents b7ce3c2 + be431f8 commit 9ff9f9e
Show file tree
Hide file tree
Showing 18 changed files with 101 additions and 102 deletions.
8 changes: 5 additions & 3 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ import { default as default_2 } from 'react';
* @param {string} props.ico
* The Icon of the Button
*
* @param {string} props.txt
* @param {string} [props.txt=""]
* The Text of the Button
* @default ""
*
* @returns {React.ReactElement<HTMLLinkElement>}
* The rendered Button
Expand All @@ -33,13 +34,14 @@ export declare const Button: ({ link, ico, txt }: ButtonProps) => React.ReactEle
* @property {IconProps} ico
* The Icon of the Button
*
* @property {string} txt
* @property {string} [txt=""]
* The Text of the Button
* @default ""
*/
declare interface ButtonProps {
link: LinkProps;
ico: IconProps;
txt: string;
txt?: string;
}

/**
Expand Down
109 changes: 53 additions & 56 deletions dist/index.es.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.es.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 9ff9f9e

Please sign in to comment.