UNPKG

sveldoc

Version:

Readme-driven Development for building Svelte components

9 lines (8 loc) 225 B
interface GitHubStylesOptions { is_iframe?: boolean; } /** * Adapted from https://github.com/sindresorhus/github-markdown-css */ export declare const github_styles: (options?: GitHubStylesOptions) => string; export {};