UNPKG

@greensight/gds

Version:
9 lines (8 loc) 256 B
import { Theme } from '../../types/emotion/Theme'; /** * Helper for creating custom theme. Makes deep merge of tokens and theme settings. */ export declare const createTheme: ({ tokens, settings }?: { tokens?: any; settings?: Theme; }) => Theme;