ERP-node/frontend/lib/registry/pop-components/index.ts

25 lines
792 B
TypeScript
Raw Normal View History

/**
* POP
*
* POP(/릿) export합니다.
* POP export를 .
*/
// ============================================
// POP 컴포넌트 목록
// ============================================
// 4단계에서 추가될 컴포넌트들:
// - pop-card-list: 카드형 리스트
// - pop-touch-button: 터치 버튼
// - pop-scanner-input: 스캐너 입력
// - pop-status-badge: 상태 배지
// 예시: 컴포넌트가 추가되면 다음과 같이 export
// export * from "./pop-card-list";
// export * from "./pop-touch-button";
// export * from "./pop-scanner-input";
// export * from "./pop-status-badge";
// 현재는 빈 export (컴포넌트 개발 전)
export { };