5 lines
205 B
JavaScript
5 lines
205 B
JavaScript
"use strict";
|
|
|
|
import { getNamedContext } from "../getNamedContext.js";
|
|
export const HeaderHeightContext = getNamedContext('HeaderHeightContext', undefined);
|
|
//# sourceMappingURL=HeaderHeightContext.js.map
|