UNPKG

@obliczeniowo/elementary

Version:
7 lines (6 loc) 151 B
export interface Controller { element: HTMLElement | undefined | null; horizontal: boolean; position: number; checkShow: () => void; }