UNPKG

wix-style-react

Version:
8 lines (5 loc) 208 B
import { ThemeInterface } from '../../ThemeProvider'; type FloatingPanelsProps = ThemeInterface & { mainColor?: string; }; export function theme(FloatingPanelsProps: FloatingPanelsProps): ThemeInterface;