dreipol/vue-ui

View on GitHub
src/components/intersection-observer/IRegistrationOptions.ts

Summary

Maintainability
A
0 mins
Test Coverage
export interface IRegistrationOptions {
  rootMargin: string
  threshold: number | number[]
}