const [config, setConfig] = useState<{
id: string;
width: string;
items: Array[];
}>({
id: 1
width: '100px',
items: array,
});
'javascript > TypeScript' 카테고리의 다른 글
TypeScript에서 Style 타입 명시하기 (0) | 2020.10.07 |
---|---|
[error] Property does not exist on type 'never' (0) | 2020.09.21 |
[TypeScript] 1 : 타입스크립트란? & 기본 설치 (0) | 2020.09.07 |
댓글