UNPKG

@bjesuiter/serializr-helpers

Version:

Provides some helper functions and serialization PropertySchemas for mobxjs/serializr - library

6 lines (5 loc) 129 B
import { Moment } from "moment"; export declare class TestModel { testMoment: Moment; constructor(testMoment: Moment); }