8 lines
255 B
TypeScript
8 lines
255 B
TypeScript
export declare function useBlurhash(blurhash: {
|
|
uri?: string;
|
|
width?: number | null;
|
|
height?: number | null;
|
|
} | undefined | null, punch?: number): readonly [{
|
|
uri: string;
|
|
} | null, boolean | ""];
|
|
//# sourceMappingURL=useBlurhash.d.ts.map
|