ados-rcm 1.0.121 → 1.0.124

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.
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import React, { DetailedHTMLProps } from 'react';
2
2
  import { IABaseProps } from '../ABase/ABase';
3
3
  /**
4
4
  * AComponent : AFrame : ARowFrame
@@ -51,7 +51,7 @@ interface IAOverflowFrameProps extends IABaseProps {
51
51
  * </AOverflowFrame>
52
52
  */
53
53
  export declare const AOverflowFrame: (props: IAOverflowFrameProps) => import("react/jsx-runtime").JSX.Element;
54
- interface IADivideFrameProps extends IABaseProps {
54
+ interface IADivideFrameProps extends DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement> {
55
55
  /**
56
56
  * pk? : string | number
57
57
  *