Merge pull request #604 from chareice/patch-1

CRUDProps export
This commit is contained in:
RickCole 2020-05-19 19:22:31 +08:00 committed by GitHub
commit 8d74b6ffca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ import findIndex from 'lodash/findIndex';
import Html from '../components/Html';
import {Spinner} from '../components';
interface CRUDProps extends RendererProps {
export interface CRUDProps extends RendererProps {
api?: Api;
filter?: Schema;
store: ICRUDStore;