@aws-amplify/ui-react 4.0.0 → 4.0.1
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.
package/dist/styles.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { RecursiveModelPredicateExtender } from '@aws-amplify/datastore';
|
|
2
2
|
import { DataStorePredicateObject } from '../types/datastore';
|
|
3
3
|
/**
|
|
4
4
|
* Creates a DataStore compatible predicate function from an object representation
|
|
5
5
|
* @internal
|
|
6
6
|
*/
|
|
7
|
-
export declare const createDataStorePredicate: <Model extends Readonly<Record<string, any>>>(predicateObject: DataStorePredicateObject) =>
|
|
7
|
+
export declare const createDataStorePredicate: <Model extends Readonly<Record<string, any>>>(predicateObject: DataStorePredicateObject) => RecursiveModelPredicateExtender<Model>;
|