UNPKG

uiinfinity-components

Version:

Beautiful UI components with smooth animations and 3D effects

6 lines 285 B
import React from 'react'; export interface InkBloomHandle { trigger: (x?: number, y?: number, color?: string) => void; } export declare const InkBloomTransition: React.ForwardRefExoticComponent<React.RefAttributes<InkBloomHandle>>; //# sourceMappingURL=InkBloomTransition.d.ts.map