@primer/react
Version:
An implementation of GitHub's Primer Design System using React
15 lines • 789 B
TypeScript
import * as styledSystem from 'styled-system';
export declare const get: (key: string) => (props: any) => any;
export declare const COMMON: styledSystem.styleFn;
export interface SystemCommonProps extends styledSystem.ColorProps, styledSystem.SpaceProps, styledSystem.DisplayProps {
}
export declare const TYPOGRAPHY: styledSystem.styleFn;
export interface SystemTypographyProps extends styledSystem.TypographyProps {
whiteSpace?: 'normal' | 'nowrap' | 'pre' | 'pre-wrap' | 'pre-line';
}
export declare const BORDER: styledSystem.styleFn;
export interface SystemBorderProps extends styledSystem.BorderProps, styledSystem.ShadowProps {
}
export declare const LAYOUT: styledSystem.styleFn;
export type SystemLayoutProps = styledSystem.LayoutProps;
//# sourceMappingURL=constants.d.ts.map