UNPKG

gestalt

Version:

A set of React UI components which enforce Pinterest's design language

4 lines (3 loc) 311 B
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';