feat(shared/system): StyleProps 타입, createRawStyleProps 함수 추가 #156
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
이슈 번호
작업한 목록을 작성해 주세요
스크린샷
pr 포인트나 궁금한 점을 작성해 주세요
사용법
flex에 대한 style prop들을 정의하고자 할 경우 위와 같이 사용할 수 있습니다!
타입은 위와 같이 정의됩니다!
flexStyleProps의 타입이 Record로 정의한 이유는 인자 내부에 FlexStyleProps로 정의한 key들이 전부 다 들어가지 않을 수 있기 때문에 혼란을 방지하고자 하였습니다!