We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94f18d4 commit 62fd603Copy full SHA for 62fd603
packages/ra-core/src/test-ui/index.ts
@@ -1,9 +1,14 @@
1
export * from './Admin';
2
+export * from './ArrayInput';
3
export * from './AutocompleteArrayInput';
4
+export * from './Confirm';
5
export * from './DataTable';
6
+export * from './DeleteButton';
7
+export * from './Layout';
8
+export * from './Notification';
9
+export * from './Pagination';
10
export * from './SimpleForm';
-export * from './SimpleList';
11
export * from './SimpleFormIterator';
12
+export * from './SimpleList';
13
export * from './SimpleShowLayout';
14
export * from './TextInput';
-export * from './TextInput';
0 commit comments