Browse Source

Update index.ts

affix-r
lijianan 2 years ago
committed by GitHub
parent
commit
a7d5505bcd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      components/input-number/style/index.ts

4
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;

Loading…
Cancel
Save