Skip to content

Commit

Permalink
chore: 导出 ./properties/typings
Browse files Browse the repository at this point in the history
  • Loading branch information
limaofeng committed Jul 11, 2022
1 parent 4d9a49f commit 859a032
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/typings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import { DispatchWithoutAction, IAsanyStoreContext } from './AsanyContext';
import { Selector } from './hooks/useSelector';
import MoveableData from './utils/MoveableData';

export * from './properties/typings';

export interface AsanyAction<T> {
type: T;
payload?: any;
Expand Down

0 comments on commit 859a032

Please sign in to comment.