(value?: IPublicTypePropsMap | IPublicTypePropsList | null, extras?: ExtrasObject)
| 58 | query(path: string, createIfNone: boolean): IProp | null; |
| 59 | |
| 60 | import(value?: IPublicTypePropsMap | IPublicTypePropsList | null, extras?: ExtrasObject): void; |
| 61 | } |
| 62 | |
| 63 | export class Props implements IProps, IPropParent { |