@useloops/design-system 1.4.468 → 1.4.470
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/index.js +2 -2
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1644,6 +1644,7 @@ interface ModalLayoutProps extends PropsWithChildren {
|
|
|
1644
1644
|
contentPadding?: boolean;
|
|
1645
1645
|
hideCloseButton?: boolean;
|
|
1646
1646
|
title: string | JSX.Element;
|
|
1647
|
+
subtitle?: string;
|
|
1647
1648
|
}
|
|
1648
1649
|
declare const ModalLayout: FunctionComponent<ModalLayoutProps>;
|
|
1649
1650
|
|