UNPKG

tweak-tools

Version:

Tweak your React projects until awesomeness

7 lines (6 loc) 264 B
import type { ImageInput } from '../../types'; export declare const sanitize: (v: any) => string | undefined; export declare const schema: (_o: any, s: any) => boolean; export declare const normalize: ({ image }: ImageInput) => { value: string | undefined; };