gestalt
Version:
A set of React UI components which enforce Pinterest's design language
4 lines (3 loc) • 311 B
TypeScript
export type Align = 'start' | 'end' | 'center' | 'justify' | 'forceLeft' | 'forceRight';
export declare const semanticColors: readonly ["default", "disabled", "subtle", "success", "error", "warning", "inverse", "shopping", "recommendation", "link", "light", "dark"];
export type FontWeight = 'bold' | 'normal';