UNPKG

quantumai-design-system

Version:

퀀텀에이아이의 디자인 시스템

3 lines (2 loc) 134 B
/// <reference types="react" /> export type InputType = Omit<React.InputHTMLAttributes<HTMLInputElement>, 'size' | 'width' | 'type'>;