ados-rcm 1.1.73 → 1.1.76

Sign up to get free protection for your applications and to get access to all the features.
@@ -56,7 +56,7 @@ interface IASplitterProps<T extends string | number> {
56
56
  map: Partial<Record<T | 'fallback', React.ReactNode>>;
57
57
  }
58
58
  export declare const ASwitchFrame: <T extends string | number>(props: IASplitterProps<T>) => import("react/jsx-runtime").JSX.Element | Record<"fallback" | T, React.ReactNode>["fallback"] | undefined;
59
- export interface IADivideFrameProps extends DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement> {
59
+ interface IADivideFrameProps extends DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement> {
60
60
  /**
61
61
  * pk? : string | number
62
62
  *