UNPKG

@ethan-jones-vizio/sveld

Version:

Generate TypeScript definitions for your Svelte components.

6 lines (5 loc) 338 B
import { ParsedExports } from "./parse-exports"; import { ComponentDocs } from "./rollup-plugin"; export declare function createExports(parsed_exports: ParsedExports, components: ComponentDocs): string; export declare function removeSvelteExt(filePath: string): string; export declare function convertSvelteExt(filePath: string): string;