UNPKG

@samland-gov/frontend

Version:

Samland Government Frontend library, a fork of GOV.UK Frontend, providing reusable components and styles for building Samland Government websites.

4 lines (3 loc) 154 B
import markdownit from 'markdown-it'; import type { Options } from 'markdown-it'; export declare function buildMarkdownIt(options?: Options): markdownit;