feat(ui): 输入框
This commit is contained in:
7
client/ui/ShadowInner.jsx
Normal file
7
client/ui/ShadowInner.jsx
Normal file
@@ -0,0 +1,7 @@
|
||||
export default function ShadowInner({ children }) {
|
||||
return (
|
||||
<div onLoad={window.shadowInnerInit}>
|
||||
{children}
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user