File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ declare module "react-select/dist/declarations/src/Select" {
2828 * Options: `sm` | `md` | `lg`
2929 *
3030 * @defaultValue `md`
31- * @see {@link https://github.com/csandman/chakra-react-select#size--options-sm-md -lg--default-md }
31+ * @see {@link https://github.com/csandman/chakra-react-select#size--options-sm--md- -lg--default-md }
3232 * @see {@link https://chakra-ui.com/docs/components/input#changing-the-size-of-the-input }
3333 */
3434 size ?: Size ;
@@ -82,7 +82,7 @@ declare module "react-select/dist/declarations/src/Select" {
8282 * Options: "subtle" | "solid" | "outline"
8383 *
8484 * @defaultValue `subtle`
85- * @see {@link https://github.com/csandman/chakra-react-select#tagvariant--options-subtle-solid-outline--default-subtle }
85+ * @see {@link https://github.com/csandman/chakra-react-select#tagvariant--options-subtle-- solid- -outline--default-subtle }
8686 * @see {@link https://chakra-ui.com/docs/data-display/tag#props }
8787 */
8888 tagVariant ?: TagVariant ;
@@ -104,7 +104,7 @@ declare module "react-select/dist/declarations/src/Select" {
104104 * Options: `color` | `check`
105105 *
106106 * @defaultValue `color`
107- * @see {@link https://github.com/csandman/chakra-react-select#selectedoptionstyle--options-color-check--default-color }
107+ * @see {@link https://github.com/csandman/chakra-react-select#selectedoptionstyle--options-color-- check--default-color }
108108 * @see {@link https://chakra-ui.com/docs/components/menu#menu-option-groups }
109109 */
110110 selectedOptionStyle ?: SelectedOptionStyle ;
You can’t perform that action at this time.
0 commit comments