mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-29 04:06:35 +00:00
Fix typing
This commit is contained in:
parent
55aa5a0d12
commit
b87c94e395
@ -30,7 +30,7 @@ class StepFlowPickHandler extends LitElement {
|
|||||||
@property() public hass!: HomeAssistant;
|
@property() public hass!: HomeAssistant;
|
||||||
@property() public handlers!: string[];
|
@property() public handlers!: string[];
|
||||||
@property() private filter?: string;
|
@property() private filter?: string;
|
||||||
private _width?: Number;
|
private _width?: number;
|
||||||
|
|
||||||
private _getHandlers = memoizeOne((h: string[], filter?: string) => {
|
private _getHandlers = memoizeOne((h: string[], filter?: string) => {
|
||||||
const handlers: HandlerObj[] = h.map((handler) => {
|
const handlers: HandlerObj[] = h.map((handler) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user