UNPKG

react-pixelate

Version:
8 lines (7 loc) 249 B
/// <reference types="react" /> export declare type ElementPixelatedProps = { pixelSize?: number; }; export declare const ElementPixelated: ({ children, pixelSize }: ElementPixelatedProps & { children: JSX.Element; }) => JSX.Element;