UNPKG

react-simple-crud-ui

Version:

Written in React with hooks, simple CRUD UI with authentication.

9 lines (8 loc) 261 B
export declare class AppStateModel { constructor(auth?: boolean, account?: any, loading?: boolean, error?: boolean, errorMessage?: boolean); auth: boolean; account: any; loading: boolean; error: boolean; errorMessage: boolean; }