chore: typing fixes

This commit is contained in:
Nathan Walker
2021-02-25 13:32:05 -08:00
parent 2c9f189c34
commit e1673a0af4
6 changed files with 148 additions and 146 deletions

View File

@@ -1,6 +1,7 @@
import { View } from '../core/view';
import { Property, CoercibleProperty } from '../core/properties';
import { EventData } from '../../data/observable';
import type { SliderBase } from './slider-common';
/**
* Represents a slider component.