UNPKG

@nexusui/theme

Version:

This is a simple MUI theme drop in for your React application, which aims to be the source of truth for the NexusUI Design system.

15 lines (14 loc) 804 B
import { CssVarsTheme, Theme } from '@mui/material/styles'; declare const _default: { defaultProps?: Partial<import("@mui/material").LinkProps> | undefined; styleOverrides?: Partial<import("@mui/material/styles/overrides").OverridesStyleRules<keyof import("@mui/material").LinkClasses, "MuiLink", Omit<Theme, "components" | "palette"> & CssVarsTheme>> | undefined; variants?: { props: Partial<import("@mui/material").LinkProps> | ((props: Partial<import("@mui/material").LinkProps> & { ownerState: Partial<import("@mui/material").LinkProps>; }) => boolean); style: import("@mui/styled-engine").Interpolation<{ theme: Omit<Theme, "components" | "palette"> & CssVarsTheme; }>; }[] | undefined; } | undefined; export default _default;