@types/remark-oembed
TypeScript icon, indicating that this package has built-in type declarations

1.2.4 • Public • Published

Installation

npm install --save @types/remark-oembed

Summary

This package contains type definitions for remark-oembed (https://github.com/sergioramos/remark-oembed#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/remark-oembed.

index.d.ts

import { Plugin } from "unified";

interface RemarkOEmbedSettings {
    syncWidget?: boolean;
    asyncImg?: boolean;
    jsx?: boolean;
}

declare const remarkOEmbed: Plugin<RemarkOEmbedSettings[]>;
export = remarkOEmbed;

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: remark, unified

Credits

These definitions were written by Karoline.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/remark-oembed

Weekly Downloads

42

Version

1.2.4

License

MIT

Unpacked Size

3.17 kB

Total Files

5

Last publish

Collaborators

  • types