Import Export
import
// ./style/index.ts
import * from './background';
import * from './label';// ./index.ts
import * as S from './style';
export default function Button() {
...
return (
<S.Background>
<Button/>
</S.Background>
)}import
export
default๋ฅผ ์ฐ๋ฉด ๊ธฐ๋ณธ์ ์ผ๋ก ๋ณด๋ผ ๊ฒ์ ์ ํ๋ค. ํ์ผ์์ ํ๋ฒ๋ง ์ธ ์ ์๋ค.
Last updated