UNPKG

podlite

Version:

Podlite - a lightweight block-based markup language

8 lines (7 loc) 237 B
import { Podlite } from '@podlite/schema'; export interface PodliteOpt { importPlugins?: boolean; } export declare const podlite: ({ importPlugins }: PodliteOpt) => Podlite; declare const VERSION: any; export { VERSION as version };