@tactics/lokaal-loket 0.0.266 → 0.0.268

Sign up to get free protection for your applications and to get access to all the features.
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;