UNPKG

custom-chatbot-app

Version:

This is my custom chatbot package for BuyersEdge

12 lines (11 loc) 229 B
declare const theme: { colors: { primary: { main: string; secondary: string; background: string; }; }; spacing: (factor: number) => string; }; export default theme;