@kalamazoo/theme
Version:
The Atlaskit theme framework
18 lines (17 loc) • 417 B
TypeScript
import { colorPaletteType } from './types';
export declare const colorPalette8: {
background: string;
text: string;
}[];
export declare const colorPalette16: {
background: string;
text: string;
}[];
export declare const colorPalette24: {
background: string;
text: string;
}[];
export declare const colorPalette: (palette?: colorPaletteType) => {
background: string;
text: string;
}[];