| 123456789101112 |
- import { PropTypes, saveProp, SaveInterface, saveRoot } from "./annotation/DataAnnotation";
- import { SaveUtil } from "./control/SaveUtil";
- export {
- saveProp ,
- saveRoot ,
- SaveUtil ,
- SaveInterface as SaveAbstract
- }
- export type { PropTypes };
|