@atlaskit/app-provider
Version:
A top level provider for the Design System.
9 lines (8 loc) • 310 B
TypeScript
import type { ThemeIds } from '@atlaskit/tokens/theme-ids';
/**
* Checks if a theme is mounted in the document head.
*
* Eventually this won't be necessary as we'll utilise AppProvider context
* to track theme loading.
*/
export declare function isThemeMounted(themeId: ThemeIds): false | Element | null;