@tactics/lokaal-loket 0.0.410 → 0.0.411

Sign up to get free protection for your applications and to get access to all the features.
package/build/index.d.cts CHANGED
@@ -2200,9 +2200,11 @@ interface IRequestDetailsCard {
2200
2200
  subtitle: string;
2201
2201
  actions?: React.ReactNode;
2202
2202
  children: React.ReactNode;
2203
+ detailsAction?: () => void;
2204
+ label?: string;
2203
2205
  }
2204
2206
 
2205
- declare const RequestDetailsCard: ({ title, subtitle, actions, children }: IRequestDetailsCard) => react_jsx_runtime.JSX.Element;
2207
+ declare const RequestDetailsCard: ({ title, subtitle, actions, children, detailsAction, label }: IRequestDetailsCard) => react_jsx_runtime.JSX.Element;
2206
2208
 
2207
2209
  interface IThread {
2208
2210
  badge: React.ReactElement<IBadge>;
package/build/index.d.ts CHANGED
@@ -2200,9 +2200,11 @@ interface IRequestDetailsCard {
2200
2200
  subtitle: string;
2201
2201
  actions?: React.ReactNode;
2202
2202
  children: React.ReactNode;
2203
+ detailsAction?: () => void;
2204
+ label?: string;
2203
2205
  }
2204
2206
 
2205
- declare const RequestDetailsCard: ({ title, subtitle, actions, children }: IRequestDetailsCard) => react_jsx_runtime.JSX.Element;
2207
+ declare const RequestDetailsCard: ({ title, subtitle, actions, children, detailsAction, label }: IRequestDetailsCard) => react_jsx_runtime.JSX.Element;
2206
2208
 
2207
2209
  interface IThread {
2208
2210
  badge: React.ReactElement<IBadge>;