ados-rcm 1.1.68 → 1.1.70
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/AModule/AComponents/AFrame/AFrame.d.ts +1 -1
- package/dist/index.cjs.js +308 -204
- package/dist/index.es.js +35387 -25381
- package/package.json +1 -1
@@ -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
|
-
interface IADivideFrameProps extends DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement> {
|
59
|
+
export interface IADivideFrameProps extends DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement> {
|
60
60
|
/**
|
61
61
|
* pk? : string | number
|
62
62
|
*
|