x-ui-design 0.2.70 → 0.2.71
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/esm/types/index.d.ts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js.map +1 -1
- package/lib/index.ts +1 -1
- package/package.json +1 -1
package/lib/index.ts
CHANGED
|
@@ -98,7 +98,7 @@ export type {
|
|
|
98
98
|
|
|
99
99
|
export type { CheckboxProps } from '@/types/checkbox';
|
|
100
100
|
export type { InputProps, TextareaProps } from '@/types/input';
|
|
101
|
-
export type { ButtonProps, BaseButtonProps } from '@/types/button';
|
|
101
|
+
export type { ButtonProps, BaseButtonProps, ButtonType } from '@/types/button';
|
|
102
102
|
|
|
103
103
|
export type {
|
|
104
104
|
RadioProps,
|