@muraldevkit/ui-toolkit 2.13.0-dev.4 → 2.13.0-dev.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13,7 +13,7 @@ export interface MrlSelectProptypes extends React.HTMLAttributes<HTMLDivElement>
13
13
  defaultValue?: string;
14
14
  /**
15
15
  * Because this is a custom element, we can't use a standard "for" attribute setup. The label
16
- * element needs to have an id and then we reference via the select with aria.
16
+ * element needs to have an id and then we reference via the select with aria
17
17
  */
18
18
  labelId: string;
19
19
  /**
@@ -50,4 +50,4 @@ export interface MrlSelectProptypes extends React.HTMLAttributes<HTMLDivElement>
50
50
  * @param {MrlSelectProptypes} props the props for your MrlLink
51
51
  * @returns {React.ReactElement} an a element containing the text you pass
52
52
  */
53
- export declare const MrlSelect: ({ attrs, children, kind, labelId, size, id, ...theRest }: MrlSelectProptypes) => React.ReactElement;
53
+ export declare const MrlSelect: ({ attrs, children, kind, labelId, size, ...theRest }: MrlSelectProptypes) => React.ReactElement;