4 lines
130 B
TypeScript
Raw Normal View History

2025-04-15 16:38:39 +08:00
import type { InputNumberTheme } from './light';
declare const inputNumberDark: InputNumberTheme;
export default inputNumberDark;