Variable jupyterThemeConst
jupyterTheme: {
animation: {
easeOutCubic: string;
};
borderWidths: (string | number)[];
breakpoints: string[];
fontSizes: string[];
fontWeights: {
bold: number;
light: number;
normal: number;
semibold: number;
};
fonts: {
mono: string;
normal: any;
};
lineHeights: {
condensed: number;
condensedUltra: number;
default: number;
};
radii: string[];
sizes: {
large: string;
medium: string;
small: string;
xlarge: string;
};
space: string[];
} & {
animation: {
easeOutCubic: string;
};
borderWidths: (string | number)[];
breakpoints: string[];
fontSizes: string[];
fontWeights: {
bold: number;
light: number;
normal: number;
semibold: number;
};
fonts: {
mono: string;
normal: string;
};
lineHeights: {
condensed: number;
condensedUltra: number;
default: number;
};
radii: string[];
sizes: {
large: string;
medium: string;
small: string;
xlarge: string;
};
space: string[];
} & {
colorSchemes: {
dark: {};
light: {};
};
} = ...
Type declaration
animation: {
easeOutCubic: string;
}
borderWidths: (string | number)[]
breakpoints: string[]
fontSizes: string[]
fontWeights: {
bold: number;
light: number;
normal: number;
semibold: number;
}
bold: number
light: number
normal: number
semibold: number
fonts: {
mono: string;
normal: any;
}
lineHeights: {
condensed: number;
condensedUltra: number;
default: number;
}
condensed: number
condensedUltra: number
default: number
radii: string[]
sizes: {
large: string;
medium: string;
small: string;
xlarge: string;
}
large: string
medium: string
small: string
xlarge: string
space: string[]
Type declaration
animation: {
easeOutCubic: string;
}
borderWidths: (string | number)[]
breakpoints: string[]
fontSizes: string[]
fontWeights: {
bold: number;
light: number;
normal: number;
semibold: number;
}
bold: number
light: number
normal: number
semibold: number
fonts: {
mono: string;
normal: string;
}
mono: string
normal: string
lineHeights: {
condensed: number;
condensedUltra: number;
default: number;
}
condensed: number
condensedUltra: number
default: number
radii: string[]
sizes: {
large: string;
medium: string;
small: string;
xlarge: string;
}
large: string
medium: string
small: string
xlarge: string
space: string[]
Type declaration
colorSchemes: {
dark: {};
light: {};
}