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
| Property | Type | Defined in |
|---|---|---|
className? | string | packages/mdkit/src/theme/MdKitThemeEditor.tsx:4 |
onChange | (theme: MdKitEditorTheme) => void | packages/mdkit/src/theme/MdKitThemeEditor.tsx:5 |
onReset? | () => void | packages/mdkit/src/theme/MdKitThemeEditor.tsx:6 |
theme | MdKitEditorTheme | packages/mdkit/src/theme/MdKitThemeEditor.tsx:7 |