6 lines
218 B
TypeScript
6 lines
218 B
TypeScript
import type { PrismjsPluginOptions, PrismjsTheme } from './options.js';
|
|
export declare const getTheme: (options: Pick<PrismjsPluginOptions, "theme" | "themes">) => {
|
|
light: PrismjsTheme;
|
|
dark: PrismjsTheme;
|
|
};
|