@primer/react
Version:
An implementation of GitHub's Primer Design System using React
16 lines • 380 B
TypeScript
export declare const dividerStyles: {
display: string;
borderLeft: string;
width: string;
borderLeftColor: string;
marginRight: string;
height: string;
};
export declare const menuItemStyles: {
'& > span': {
display: string;
};
textDecoration: string;
};
export declare const baseMenuMinWidth = 192;
//# sourceMappingURL=styles.d.ts.map