# Installation
> `npm install --save @types/markdown-it-attrs`

# Summary
This package contains type definitions for markdown-it-attrs (https://github.com/arve0/markdown-it-attrs).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/markdown-it-attrs.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/markdown-it-attrs/index.d.ts)
````ts
import MarkdownIt = require("markdown-it");
declare function attrs(md: MarkdownIt): void;
export = attrs;

````

### Additional Details
 * Last updated: Tue, 07 Nov 2023 09:09:39 GMT
 * Dependencies: [@types/markdown-it](https://npmjs.com/package/@types/markdown-it)

# Credits
These definitions were written by [Daniil Pronin](https://github.com/grawl).
