allaw-ui 5.0.5 → 5.0.6
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 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -52,6 +52,7 @@ export { default as BorderRadius } from "./components/atoms/uiVariables/BorderRa
|
|
|
52
52
|
export { default as Shadows } from "./components/atoms/uiVariables/Shadows";
|
|
53
53
|
export { default as Strokes } from "./components/atoms/uiVariables/Strokes";
|
|
54
54
|
export { default as AppointmentSlot } from "./components/molecules/appointmentSlot/AppointmentSlot";
|
|
55
|
+
export type { AppointmentSlotProps } from "./components/molecules/appointmentSlot/AppointmentSlot";
|
|
55
56
|
export { default as BillingCount } from "./components/molecules/billingCount/BillingCount";
|
|
56
57
|
export { default as CaseCard } from "./components/molecules/caseCard/CaseCard";
|
|
57
58
|
export { default as ContactCard } from "./components/molecules/contactCard/ContactCard";
|
|
@@ -134,4 +135,4 @@ export type { AiTextProps } from "./components/molecules/AiText/aiText";
|
|
|
134
135
|
export { default as Notification } from "./components/molecules/notification/Notification";
|
|
135
136
|
export type { NotificationProps } from "./components/molecules/notification/Notification";
|
|
136
137
|
export { default as Section } from "./components/molecules/section/Section";
|
|
137
|
-
export type { SectionProps, SectionAction } from "./components/molecules/section/Section";
|
|
138
|
+
export type { SectionProps, SectionAction, } from "./components/molecules/section/Section";
|