chore: make Preferences' lint happy

This commit is contained in:
CrescentLeaf
2025-10-07 23:05:34 +08:00
parent 4b91bc9dbb
commit 8d7ddd46be
7 changed files with 63 additions and 36 deletions

View File

@@ -1,4 +1,4 @@
export default function PreferenceLayout({ children, ...props }) {
export default function PreferenceLayout({ children, ...props }: React.HTMLAttributes<HTMLElement>) {
return <mdui-list style={{
marginLeft: '15px',
marginRight: '15px',