UNPKG
@phrixothrixa/angular-redux-form
Version:
latest (10.1.1)
10.1.1
10.1.0
Build Angular 2+ forms with Redux
github.com/angular-redux/platform
angular-redux/platform
@phrixothrixa/angular-redux-form
/
dist
/
module.d.ts
6 lines
(5 loc)
•
222 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
NgRedux
}
from
'@phrixothrixa/angular-redux-store'
;
import
{
FormStore
}
from
'./form-store'
;
export
declare
function
formStoreFactory
(
ngRedux
:
NgRedux
<
any
>
):
FormStore
;
export
declare
class
NgReduxFormModule
{ }