@clidey/ux 0.18.1 → 0.20.0
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.
- package/dist/index.d.ts +2 -0
- package/dist/index.js +204 -188
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -475,6 +475,8 @@ export declare function TabsList({ className, ...props }: React_2.ComponentProps
|
|
|
475
475
|
|
|
476
476
|
export declare function TabsTrigger({ className, ...props }: React_2.ComponentProps<typeof TabsPrimitive.Trigger>): JSX.Element;
|
|
477
477
|
|
|
478
|
+
export declare function TextArea({ className, ...props }: React_2.ComponentProps<"textarea">): JSX.Element;
|
|
479
|
+
|
|
478
480
|
declare type Theme = "dark" | "light" | "system";
|
|
479
481
|
|
|
480
482
|
export declare function ThemeProvider({ children, defaultTheme, storageKey, ...props }: ThemeProviderProps): JSX.Element;
|