export.ts 251 B

123456789101112
  1. import { PropTypes, saveProp, SaveInterface, saveRoot } from "./annotation/DataAnnotation";
  2. import { SaveUtil } from "./control/SaveUtil";
  3. export {
  4. saveProp ,
  5. saveRoot ,
  6. SaveUtil ,
  7. SaveInterface as SaveAbstract
  8. }
  9. export type { PropTypes };