Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Jun 14, 2024
1 parent bf359ad commit 5d7cebf
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion docs/components/button.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ type Mode =
Prepend the given icon to the button. You may pass any `@iconify-icons` icons.
```ts

interface Props {
icon?: Icon
}
Expand Down
1 change: 0 additions & 1 deletion docs/components/input-addon.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ Here are the list of props you may pass to the component.
Defines the label of the addon button.

```ts

interface Props {
label?: string | Icon
}
Expand Down
1 change: 0 additions & 1 deletion docs/components/input-checkbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ interface Props {
Icon to display at corner right of label. Useful to show the status of a particular input.

```ts

interface Props {
checkIcon?: Icon
}
Expand Down
1 change: 0 additions & 1 deletion docs/components/input-checkboxes.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ interface Props {
Icon to display at corner right of label. Useful to show the status of a particular input.

```ts

interface Props {
checkIcon?: Icon
}
Expand Down
1 change: 0 additions & 1 deletion docs/components/input-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ interface Props {
Icon to display at corner right of label. Useful to show the status of a particular input.

```ts

interface Props {
checkIcon?: Icon
}
Expand Down
2 changes: 0 additions & 2 deletions docs/components/input-number.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ interface Props {
Add a static text or icon before the input box.

```ts

interface Props {
unitBefore?: string | Icon
}
Expand All @@ -145,7 +144,6 @@ interface Props {
Add a static text or icon after the input box.

```ts

interface Props {
unitAfter?: string | Icon
}
Expand Down
1 change: 0 additions & 1 deletion docs/components/input-segments.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ interface Props {
Icon to display at corner right of label. Useful to show the status of a particular input.

```ts

interface Props {
checkIcon?: Icon
}
Expand Down
1 change: 0 additions & 1 deletion docs/components/input-switch.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ interface Props {
Icon to display at corner right of label. Useful to show the status of a particular input.

```ts

interface Props {
checkIcon?: Icon
}
Expand Down
1 change: 0 additions & 1 deletion docs/components/input-ymd.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ interface Placeholder {
Icon to display at corner right of label. Useful to show the status of a particular input.

```ts

interface Props {
checkIcon?: Icon
}
Expand Down

0 comments on commit 5d7cebf

Please sign in to comment.