Markdown Editor Kit
API ReferenceindexType aliases

MdKitViewProps

Type Alias: MdKitViewProps

type MdKitViewProps = {
  className?: string;
  fillHeight?: boolean;
  ignoreYamlFrontMatter?: boolean;
  placeholder?: string;
  style?: CSSProperties;
  value: string;
};

Defined in: packages/mdkit/src/markdown/MdKitView.tsx:7

Properties

On this page