- sonner 기반 토스트 래퍼(lib/toast): error/info/success/warning, 프로젝트 디자인 토큰으로 스타일 통일. Toaster 를 provider 에 마운트 - 공통 Modal 컴포넌트: 반투명 배경 + 배경 클릭/ESC 닫기 - core/Provider import 케이싱 정리(provider) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
8 lines
371 B
TypeScript
8 lines
371 B
TypeScript
export { Button } from '@/components/Button'
|
|
export type { ButtonProps, ButtonVariant, ButtonSize } from '@/components/Button'
|
|
export { Input } from '@/components/Input'
|
|
export { Modal } from '@/components/Modal'
|
|
export type { ModalProps } from '@/components/Modal'
|
|
export { Logo } from '@/components/Logo'
|
|
export type { LogoProps, LogoVariant } from '@/components/Logo'
|