UNPKG

359 BTypeScriptView Raw
1export declare class InternalConstants {
2 /**
3 * Sling model selector.
4 */
5 static readonly DEFAULT_SLING_MODEL_SELECTOR = "model";
6 /**
7 * JSON model extension.
8 */
9 static readonly DEFAULT_MODEL_JSON_EXTENSION: string;
10 private constructor();
11}
12export default InternalConstants;
13//# sourceMappingURL=InternalConstants.d.ts.map
\No newline at end of file