UNPKG

@prabink/react-node-cli

Version:

React Node Application Generator & Helpers To Serve React Build, Push to github & Export industry level react project structure

14 lines (12 loc) 272 B
// ---------------------------------------------------------------------- export default function Autocomplete(theme) { return { MuiAutocomplete: { styleOverrides: { paper: { boxShadow: theme.customShadows.z20 } } } }; }