UNPKG

@navinc/base-react-components

Version:
8 lines 263 B
import { theme as navLight } from './nav-light.js'; /** * nav-purple is a copy of nav-light * * @deprecated Use tailwind instead */ export const theme = Object.assign(Object.assign({}, navLight), { name: 'nav-purple' }); //# sourceMappingURL=nav-purple.js.map