UNPKG

@e-group/material-form

Version:

Custom react components for integrate redux-form.

9 lines (8 loc) 143 B
export declare type Dist = { name: string; postalCode: string; }; export declare type City = { city: string; dists: Dist[]; };