@conboai/storybook.components 0.4.50 → 0.4.54
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.
|
@@ -1025,9 +1025,9 @@ export declare const tableContainerSx: (sx?: SxProps) => {
|
|
|
1025
1025
|
find<S extends boolean | import('@mui/system').SystemStyleObject<{}> | ((theme: {}) => import('@mui/system').SystemStyleObject<{}>)>(predicate: (value: boolean | import('@mui/system').SystemStyleObject<{}> | ((theme: {}) => import('@mui/system').SystemStyleObject<{}>), index: number, obj: readonly (boolean | import('@mui/system').SystemStyleObject<{}> | ((theme: {}) => import('@mui/system').SystemStyleObject<{}>))[]) => value is S, thisArg?: any): S | undefined;
|
|
1026
1026
|
find(predicate: (value: boolean | import('@mui/system').SystemStyleObject<{}> | ((theme: {}) => import('@mui/system').SystemStyleObject<{}>), index: number, obj: readonly (boolean | import('@mui/system').SystemStyleObject<{}> | ((theme: {}) => import('@mui/system').SystemStyleObject<{}>))[]) => unknown, thisArg?: any): boolean | import('@mui/system').SystemStyleObject<{}> | ((theme: {}) => import('@mui/system').SystemStyleObject<{}>) | undefined;
|
|
1027
1027
|
findIndex(predicate: (value: boolean | import('@mui/system').SystemStyleObject<{}> | ((theme: {}) => import('@mui/system').SystemStyleObject<{}>), index: number, obj: readonly (boolean | import('@mui/system').SystemStyleObject<{}> | ((theme: {}) => import('@mui/system').SystemStyleObject<{}>))[]) => unknown, thisArg?: any): number;
|
|
1028
|
-
entries():
|
|
1029
|
-
keys():
|
|
1030
|
-
values():
|
|
1028
|
+
entries(): ArrayIterator<[number, boolean | import('@mui/system').SystemStyleObject<{}> | ((theme: {}) => import('@mui/system').SystemStyleObject<{}>)]>;
|
|
1029
|
+
keys(): ArrayIterator<number>;
|
|
1030
|
+
values(): ArrayIterator<boolean | import('@mui/system').SystemStyleObject<{}> | ((theme: {}) => import('@mui/system').SystemStyleObject<{}>)>;
|
|
1031
1031
|
includes(searchElement: boolean | import('@mui/system').SystemStyleObject<{}> | ((theme: {}) => import('@mui/system').SystemStyleObject<{}>), fromIndex?: number): boolean;
|
|
1032
1032
|
flatMap<U, This = undefined>(callback: (this: This, value: boolean | import('@mui/system').SystemStyleObject<{}> | ((theme: {}) => import('@mui/system').SystemStyleObject<{}>), index: number, array: (boolean | import('@mui/system').SystemStyleObject<{}> | ((theme: {}) => import('@mui/system').SystemStyleObject<{}>))[]) => U | readonly U[], thisArg?: This | undefined): U[];
|
|
1033
1033
|
flat<A, D extends number = 1>(this: A, depth?: D | undefined): FlatArray<A, D>[];
|
|
@@ -1040,7 +1040,7 @@ export declare const tableContainerSx: (sx?: SxProps) => {
|
|
|
1040
1040
|
toSpliced(start: number, deleteCount: number, ...items: (boolean | import('@mui/system').SystemStyleObject<{}> | ((theme: {}) => import('@mui/system').SystemStyleObject<{}>))[]): (boolean | import('@mui/system').SystemStyleObject<{}> | ((theme: {}) => import('@mui/system').SystemStyleObject<{}>))[];
|
|
1041
1041
|
toSpliced(start: number, deleteCount?: number): (boolean | import('@mui/system').SystemStyleObject<{}> | ((theme: {}) => import('@mui/system').SystemStyleObject<{}>))[];
|
|
1042
1042
|
with(index: number, value: boolean | import('@mui/system').SystemStyleObject<{}> | ((theme: {}) => import('@mui/system').SystemStyleObject<{}>)): (boolean | import('@mui/system').SystemStyleObject<{}> | ((theme: {}) => import('@mui/system').SystemStyleObject<{}>))[];
|
|
1043
|
-
[Symbol.iterator]():
|
|
1043
|
+
[Symbol.iterator](): ArrayIterator<boolean | import('@mui/system').SystemStyleObject<{}> | ((theme: {}) => import('@mui/system').SystemStyleObject<{}>)>;
|
|
1044
1044
|
[Symbol.unscopables]: {
|
|
1045
1045
|
readonly [x: number]: boolean | undefined;
|
|
1046
1046
|
readonly length?: boolean | undefined;
|