UNPKG

@sajari/sdk-react

Version:
12 lines (11 loc) 205 B
export interface Theme { layout?: { type?: "list" | "grid"; }; colors?: { brand?: { primary?: string; secondary?: string; }; }; }