ados-rcm 1.1.74 → 1.1.76
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/AModule/AComponents/AButton/AIconButton.d.ts +2 -1
- package/dist/AModule/AComponents/AFrame/AFrame.d.ts +1 -1
- package/dist/index.cjs.js +84 -708
- package/dist/index.es.js +15498 -75531
- package/package.json +1 -1
@@ -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
|
-
|
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
|
-
|
59
|
+
interface IADivideFrameProps extends DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement> {
|
60
60
|
/**
|
61
61
|
* pk? : string | number
|
62
62
|
*
|