UNPKG

@searcly/widget

Version:

Searcly Visual Search Widget for React

34 lines (33 loc) 681 B
export declare const defaultTheme: { primaryColor: string; textColor: string; backgroundColor: string; fontFamily: string; borderRadius: string; spacing: { xs: string; sm: string; md: string; lg: string; xl: string; }; typography: { fontWeights: { regular: number; medium: number; semibold: number; bold: number; }; sizes: { small: string; base: string; large: string; heading: string; }; }; shadows: { sm: string; md: string; lg: string; }; };