@designbasekorea/ui 0.3.1 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -723,6 +723,8 @@ interface ButtonProps {
723
723
  disabled?: boolean;
724
724
  /** 로딩 상태 */
725
725
  loading?: boolean;
726
+ /** 로딩 중 표시할 텍스트 (다국어 지원) */
727
+ loadingText?: React$1.ReactNode;
726
728
  /** 아이콘 전용 버튼 여부 */
727
729
  iconOnly?: boolean;
728
730
  /** 시작 아이콘 */