摘要: interface: export type ElementStyle = { position: {top: number; left: number} size: {width: number; height: number} } export type Element = {style: El 阅读全文
posted @ 2022-10-11 02:17 Zhentiw 阅读(24) 评论(0) 推荐(0) 编辑
摘要: import {ErrorBoundary, FallbackProps} from 'react-error-boundary' const userState = selectorFamily({ key: 'user', get: (userId: number) => async () => 阅读全文
posted @ 2022-10-11 01:48 Zhentiw 阅读(55) 评论(0) 推荐(0) 编辑