(styles?: CSSStyleDeclaration)
| 140 | /* -----------------------------------------------------------------------------------------------*/ |
| 141 | |
| 142 | function getAnimationName(styles?: CSSStyleDeclaration) { |
| 143 | return styles?.animationName || 'none' |
| 144 | } |
| 145 | |
| 146 | export { Presence } |
| 147 | export type { PresenceProps } |
no outgoing calls
no test coverage detected
searching dependent graphs…