UNPKG

ckeditor5-dark-mode

Version:

Dark mode styles for CKEditor5 with shadcn variables

10 lines (7 loc) 296 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import { ReactNode } from 'react'; declare const CKEditorDarkModeWrapper: ({ children, theme, }: { children?: ReactNode; theme: "dark" | "light"; }) => react_jsx_runtime.JSX.Element; export { CKEditorDarkModeWrapper as default };