
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@types/react-markings
Advanced tools
TypeScript definitions for react-markings
npm install --save @types/react-markings
This package contains type definitions for react-markings (https://github.com/Thinkmill/react-markings#readme).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-markings.
import CommonmarkReactRenderer = require("commonmark-react-renderer");
import * as React from "react";
declare namespace md {
type CommonProps = CommonmarkReactRenderer.CommonProps;
type HtmlInlineBlockProps = CommonmarkReactRenderer.HtmlInlineBlockProps;
type CodeBlockProps = CommonmarkReactRenderer.CodeBlockProps;
type CodeProps = CommonmarkReactRenderer.CodeProps;
type HeadingProps = CommonmarkReactRenderer.HeadingProps;
type SoftBreakProps = CommonmarkReactRenderer.SoftBreakProps;
type LinkProps = CommonmarkReactRenderer.LinkProps;
type ImageProps = CommonmarkReactRenderer.ImageProps;
type ListProps = CommonmarkReactRenderer.ListProps;
type Renderers = CommonmarkReactRenderer.Renderers;
interface Options {
renderers?: Partial<Renderers> | undefined;
}
type Markings = (...strings: Array<TemplateStringsArray | React.ReactElement>) => React.ReactElement;
function customize(opts: Options): Markings;
}
declare function md(...strings: Array<TemplateStringsArray | React.ReactElement>): React.ReactElement;
export = md;
These definitions were written by Nathan Bierema.
FAQs
TypeScript definitions for react-markings
We found that @types/react-markings demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.