UNPKG

folderkit

Version:

Pixel-perfect macOS folder icons generator for developers.

6 lines (5 loc) 257 B
import type { IconSetOptions, Options } from '../../types'; export declare const validateOptions: ({ resolution, theme }: Options) => void; export declare const validateIconSetOptions: ({ theme, output, }: IconSetOptions & { output: string; }) => void;