UNPKG

@blueprintjs/core

Version:
10 lines 353 B
/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. */ import { Classes } from "../"; export function isDarkTheme(element) { return element instanceof Element && element.closest(`.${Classes.DARK}`) != null; } //# sourceMappingURL=isDarkTheme.js.map