LmnRippleConfig
No documentation has been provided.
Presentation
type LmnRippleConfig = {
color?: string;
centered?: boolean;
radius?: number;
persistent?: boolean;
animation ?: LmnRippleAnimationConfig ;
terminateOnPointerUp?: boolean;
triggerKeys?: LmnRippleTriggerKey [];
};