UNPKG

view-scroller

Version:
10 lines (9 loc) 237 B
import { ScorllBarOptions } from "../../index"; export interface DirectiveOptions { selector?: string; options?: ScorllBarOptions; } declare const _default: { install: (app: any) => void; }; export default _default;