lijianan
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
components/input-number/style/index.ts
|
|
@ -9,10 +9,10 @@ import { |
|
|
|
genStatusStyle, |
|
|
|
initInputToken, |
|
|
|
} from '../../input/style'; |
|
|
|
import { resetComponent, resetIcon } from '../../style'; |
|
|
|
import { genCompactItemStyle } from '../../style/compact-item'; |
|
|
|
import type { FullToken, GenerateStyle } from '../../theme/internal'; |
|
|
|
import { genComponentStyleHook } from '../../theme/internal'; |
|
|
|
import { resetComponent, resetIcon } from '../../style'; |
|
|
|
import { genCompactItemStyle } from '../../style/compact-item'; |
|
|
|
|
|
|
|
export interface ComponentToken { |
|
|
|
controlWidth: number; |
|
|
|