@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.
31 lines (30 loc) • 625 B
TypeScript
declare const _default: ({
input: string;
output: {
file: string;
format: string;
exports: string;
sourcemap: boolean;
}[];
external: (string | RegExp)[];
plugins: any[];
} | {
input: string;
output: {
file: string;
format: string;
}[];
external: RegExp[];
plugins: import("rollup").Plugin[];
} | {
input: string;
output: {
file: string;
format: string;
exports: string;
sourcemap: boolean;
}[];
plugins: import("rollup").Plugin[];
external?: undefined;
})[];
export default _default;