diff --git a/docs/components/button.md b/docs/components/button.md index 954d8502..cd56f41c 100644 --- a/docs/components/button.md +++ b/docs/components/button.md @@ -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 } diff --git a/docs/components/input-addon.md b/docs/components/input-addon.md index 18eb0f04..533b38e8 100644 --- a/docs/components/input-addon.md +++ b/docs/components/input-addon.md @@ -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 } diff --git a/docs/components/input-checkbox.md b/docs/components/input-checkbox.md index 651c9f70..69d66ffe 100644 --- a/docs/components/input-checkbox.md +++ b/docs/components/input-checkbox.md @@ -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 } diff --git a/docs/components/input-checkboxes.md b/docs/components/input-checkboxes.md index ffe7d14b..b97a8e12 100644 --- a/docs/components/input-checkboxes.md +++ b/docs/components/input-checkboxes.md @@ -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 } diff --git a/docs/components/input-image.md b/docs/components/input-image.md index ccadcd7e..cf98e0f2 100644 --- a/docs/components/input-image.md +++ b/docs/components/input-image.md @@ -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 } diff --git a/docs/components/input-number.md b/docs/components/input-number.md index b89ef0c1..16643612 100644 --- a/docs/components/input-number.md +++ b/docs/components/input-number.md @@ -130,7 +130,6 @@ interface Props { Add a static text or icon before the input box. ```ts - interface Props { unitBefore?: string | Icon } @@ -145,7 +144,6 @@ interface Props { Add a static text or icon after the input box. ```ts - interface Props { unitAfter?: string | Icon } diff --git a/docs/components/input-segments.md b/docs/components/input-segments.md index 8eed2466..4da45f1c 100644 --- a/docs/components/input-segments.md +++ b/docs/components/input-segments.md @@ -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 } diff --git a/docs/components/input-switch.md b/docs/components/input-switch.md index b4e01b78..f0e50cfd 100644 --- a/docs/components/input-switch.md +++ b/docs/components/input-switch.md @@ -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 } diff --git a/docs/components/input-ymd.md b/docs/components/input-ymd.md index 8af4c17f..3416fa32 100644 --- a/docs/components/input-ymd.md +++ b/docs/components/input-ymd.md @@ -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 }