UNPKG

@brendonovich/kobalte__solidbase

Version:

Fully featured, fully customisable static site generation for SolidStart

4 lines (3 loc) 146 B
import type { Root } from "mdast"; import type { Transformer } from "unified"; export declare function remarkCodeTabs(): Transformer<Root, Root>;