We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
color layer는 색상의 차이를 구분하기 위해 표시되며, 001부터 1씩 올라가는 단계별 지정이다.
--gray-001 : #ddd;
const assertion
interface
type alias
컴포넌트의 props에 대한 타입 선언
type ComponentProps = { ... }; const Component = ({ a, b }: ComponentProps) => { ... };
일반 함수
const sum = (a: number, b: number) => { ... }
types
[filename].types.ts