@tactics/lokaal-loket 0.0.266 → 0.0.267
Sign up to get free protection for your applications and to get access to all the features.
- package/build/index.cjs +361 -358
- package/build/index.d.cts +1 -0
- package/build/index.d.ts +1 -0
- package/build/index.js +250 -247
- package/package.json +1 -1
package/build/index.d.cts
CHANGED
@@ -1713,6 +1713,7 @@ declare const HomeSectionGettingStarted: (props: IHomeSectionGettingStarted) =>
|
|
1713
1713
|
|
1714
1714
|
interface IDetailsSectionHeader {
|
1715
1715
|
title: string;
|
1716
|
+
subtitle?: string;
|
1716
1717
|
badge: React$1.ReactNode;
|
1717
1718
|
labels: React$1.ReactNode;
|
1718
1719
|
actions: React$1.ReactNode;
|
package/build/index.d.ts
CHANGED
@@ -1713,6 +1713,7 @@ declare const HomeSectionGettingStarted: (props: IHomeSectionGettingStarted) =>
|
|
1713
1713
|
|
1714
1714
|
interface IDetailsSectionHeader {
|
1715
1715
|
title: string;
|
1716
|
+
subtitle?: string;
|
1716
1717
|
badge: React$1.ReactNode;
|
1717
1718
|
labels: React$1.ReactNode;
|
1718
1719
|
actions: React$1.ReactNode;
|