UNPKG

@atlaskit/theme

Version:

Theme contains solutions for global theming, colors, and other useful mixins.

3 lines (2 loc) 112 B
import type { Theme, ThemeProps } from '../types'; export default function getTheme(props?: ThemeProps): Theme;