Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Commit dcfa779

Browse files
committed
refactor: export 네이밍 변경
1 parent 774309a commit dcfa779

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
export * from './expired'
22
export * from './theme-provider'
3-
export { Button, ButtonIcon } from './elements'
3+
export {
4+
Button as ExpiredButton,
5+
ButtonIcon as ExpiredButtonIcon,
6+
} from './elements'
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
export * from './input-area-ui'
2-
export * from './nol-input-area-ui'
2+
export {
3+
type NolInputAreaUIProps,
4+
NolInputAreaUI,
5+
INPUT_AREA_HEIGHT as NOL_INPUT_AREA_HEIGHT,
6+
} from './nol-input-area-ui'

packages/tds-widget/src/chat/input-area/nol-input-area-ui/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const UploadImageButton = styled.label`
7777
height: 26px;
7878
`
7979

80-
export const FileInput = styled.input`
80+
const FileInput = styled.input`
8181
position: absolute;
8282
visibility: hidden;
8383
width: 260px;

0 commit comments

Comments
 (0)