mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-12 23:56:36 +08:00
chore: enable no-unused vars (#2181)
This commit is contained in:
@@ -8,7 +8,7 @@ export const StyledInput = styled('input')<{
|
||||
width?: CSSProperties['width'];
|
||||
height?: CSSProperties['height'];
|
||||
noBorder?: boolean;
|
||||
}>(({ theme, width, disabled, height, noBorder }) => {
|
||||
}>(({ width, disabled, height, noBorder }) => {
|
||||
return {
|
||||
width: width || '100%',
|
||||
height,
|
||||
|
||||
Reference in New Issue
Block a user