export type { StickyCardPropsType } from './props'

export interface StickyCardEmitInterface {
  (target: boolean): void
}
