Markdown Editor Kit
API ReferenceindexType aliases

MdKitThemeEditorProps

Type Alias: MdKitThemeEditorProps

type MdKitThemeEditorProps = {
  className?: string;
  onChange: (theme: MdKitEditorTheme) => void;
  onReset?: () => void;
  theme: MdKitEditorTheme;
};

Defined in: packages/mdkit/src/theme/MdKitThemeEditor.tsx:3

Properties

On this page