@arthurzakharov/ui-kit 2.2.0 → 2.2.1
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/main.d.ts +1 -1
- package/package.json +1 -1
package/dist/main.d.ts
CHANGED
|
@@ -46,6 +46,6 @@ export { Payment, type PaymentBlockProps, type PaymentGlassProps, type PaymentIn
|
|
|
46
46
|
export { Sidebar, type SidebarProps } from './components/sidebar';
|
|
47
47
|
export { Signature } from './components/signature';
|
|
48
48
|
export { Svg, type SvgProps } from './utils/svg/svg.component';
|
|
49
|
-
export { Text } from './components/text';
|
|
49
|
+
export { Text, type TextProps } from './components/text';
|
|
50
50
|
export { UserPanel } from './components/user-panel';
|
|
51
51
|
export { Warranty, type WarrantyProps } from './components/warranty';
|