@jill64/svelte-dark-theme
Version:
☯ Dark Theme Manager for SvelteKit
12 lines (11 loc) • 337 B
TypeScript
type $$ComponentProps = {
style?: string;
Class?: string;
iconSize?: number;
strokeWidth?: number;
iconClass?: string;
title?: (dark: boolean) => string;
};
declare const FlipButton: import("svelte").Component<$$ComponentProps, {}, "">;
type FlipButton = ReturnType<typeof FlipButton>;
export default FlipButton;