@tactics/lokaal-loket 0.0.405 → 0.0.406

Sign up to get free protection for your applications and to get access to all the features.
package/build/index.d.cts CHANGED
@@ -1388,6 +1388,7 @@ declare const Details: {
1388
1388
  ({ children }: IDetails): react_jsx_runtime.JSX.Element;
1389
1389
  Header: ({ title, children }: DetailsHeaderThemeableProps) => react_jsx_runtime.JSX.Element;
1390
1390
  Content: ({ children }: DetailsContentThemeableProps) => react_jsx_runtime.JSX.Element;
1391
+ Container: ({ children }: DetailsContentThemeableProps) => react_jsx_runtime.JSX.Element;
1391
1392
  };
1392
1393
 
1393
1394
  interface IFaqBase {
package/build/index.d.ts CHANGED
@@ -1388,6 +1388,7 @@ declare const Details: {
1388
1388
  ({ children }: IDetails): react_jsx_runtime.JSX.Element;
1389
1389
  Header: ({ title, children }: DetailsHeaderThemeableProps) => react_jsx_runtime.JSX.Element;
1390
1390
  Content: ({ children }: DetailsContentThemeableProps) => react_jsx_runtime.JSX.Element;
1391
+ Container: ({ children }: DetailsContentThemeableProps) => react_jsx_runtime.JSX.Element;
1391
1392
  };
1392
1393
 
1393
1394
  interface IFaqBase {