UNPKG

altair-graphql-core

Version:

Several of the core logic for altair graphql client

3 lines 189 B
import { ICustomTheme } from './theme'; export declare const getCSS: (appTheme: ICustomTheme, appDarkTheme?: ICustomTheme, accentColor?: string) => string; //# sourceMappingURL=css.d.ts.map