UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

10 lines 368 B
export function fontStack(fonts: any): any; export function isShadowValue(value: any): boolean; export function isColorValue(value: any): boolean; export function filterObject(obj: any, predicate: any): {}; export function partitionColors(colors: any): { colors: {}; shadows: {}; }; export function omitScale(obj: any): any; //# sourceMappingURL=theme.d.ts.map