import AtomRepeater from "./AtomRepeater"; import "./styles/check-box-list.global.css"; export default class CheckBoxList extends AtomRepeater { labelPath: any; /** * boolean or string, if it is a string it should be the name of property. default is `$deleted` if set to true */ softDeleteProperty: string; protected preCreate(): void; } //# sourceMappingURL=CheckBoxList.d.ts.map