fix type errors
This commit is contained in:
parent
99efa6b42c
commit
203eeb9761
7 changed files with 7 additions and 7 deletions
|
@ -17,7 +17,7 @@ const PullDownToRefresh: Component<{
|
|||
linkedElement?: HTMLElement;
|
||||
onRefresh?: () => void;
|
||||
}> = (props) => {
|
||||
let rootElement: HTMLDivElement;
|
||||
let rootElement!: HTMLDivElement;
|
||||
const [pullDown, setPullDown] = createSignal(0);
|
||||
|
||||
const stopPos = () => 160;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue