ados-rcm 1.1.74 → 1.1.77

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ import { IABaseProps } from '../ABase/ABase';
3
3
  import { TIcons } from '../AIcon/AIcon';
4
4
  export declare const AIconButtonTypes: readonly ["Primary", "Raw"];
5
5
  export type TAIconButtonTypes = (typeof AIconButtonTypes)[number];
6
- export interface IAIconButtonProps extends IABaseProps {
6
+ interface IAIconButtonProps extends IABaseProps {
7
7
  /**
8
8
  * icon : TIcons | Exclude<React.ReactNode, string>;
9
9
  *
@@ -31,3 +31,4 @@ export interface IAIconButtonProps extends IABaseProps {
31
31
  * onClick={onClick}/>
32
32
  */
33
33
  export declare const AIconButton: (props: IAIconButtonProps) => import("react/jsx-runtime").JSX.Element;
34
+ export {};
@@ -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
  *