UNPKG

@digitalocean/do-markdownit

Version:

Markdown-It plugin for the DigitalOcean Community.

12 lines (11 loc) 287 B
declare namespace _exports { export { TableWrapperOptions }; } declare const _exports: import('markdown-it').PluginWithOptions<TableWrapperOptions>; export = _exports; type TableWrapperOptions = { /** * Class to use for the table wrapper. */ className?: string; };