@moondreamsdev/dreamer-ui 1.7.4-test.2 → 1.7.4-test.3

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.
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { AccordionOption } from './Accordion';
2
3
  export interface AccordionItemProps extends Omit<AccordionOption, 'defaultOpen'> {
3
4
  children?: React.ReactNode;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  interface ClickableProps extends Omit<React.HTMLProps<HTMLDivElement>, 'onClick'> {
2
3
  children: React.ReactNode;
3
4
  linkTo?: React.HTMLProps<HTMLAnchorElement>['href'];
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export interface RadioGroupItemProps {
2
3
  value: string;
3
4
  children: React.ReactNode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moondreamsdev/dreamer-ui",
3
- "version": "1.7.4-test.2",
3
+ "version": "1.7.4-test.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },