UNPKG

@atlaskit/app-provider

Version:

A top level provider for the Design System.

3 lines (2 loc) 130 B
import { type Theme } from '../context/theme'; export declare const loadAndMountThemes: (theme: Partial<Theme>) => Promise<void>;