You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For **Daisy, Material and other components variations**, you can define the new props in a new type, named with the component name and the variation as prefix. For example:
67
+
For **Tailwind, Material and other components variations**, you can define the new props in a new type, named with the component name and the variation as prefix. For example:
68
68
69
69
```ts
70
-
typeDaisyTooltipProps= {
70
+
typeTailwindTooltipProps= {
71
71
size?:'sm'|'md';
72
72
};
73
73
```
@@ -77,7 +77,7 @@ The final exported type will extend from the headless props type. For example:
0 commit comments