Fix typing

This commit is contained in:
Paulus Schoutsen 2019-07-16 22:41:47 -07:00
parent 55aa5a0d12
commit b87c94e395

View File

@ -30,7 +30,7 @@ class StepFlowPickHandler extends LitElement {
@property() public hass!: HomeAssistant;
@property() public handlers!: string[];
@property() private filter?: string;
private _width?: Number;
private _width?: number;
private _getHandlers = memoizeOne((h: string[], filter?: string) => {
const handlers: HandlerObj[] = h.map((handler) => {