UNPKG

@masaischool/lotus

Version:

Masai UI component library designed to work seamlessly with Chakra UI

14 lines (13 loc) 260 B
declare const layerStyles: { base: { bg: string; border: string; borderColor: string; }; selected: { bg: string; color: string; borderColor: string; }; }; export default layerStyles;