UNPKG

svelte-flatpickr-plus

Version:

Flatpickr is a lightweight and powerful datetime picker. Svelte Flatpickr Plus is a wrapper for Flatpickr with some extra features.

3 lines (2 loc) 162 B
export default function themeChanger(themeName: any, pathToThemeFolder: any): Promise<void>; export function getCurrentThemeName(pathToThemeFolder: any): string;