12 lines
369 B
TypeScript
12 lines
369 B
TypeScript
|
|
// POP 레이아웃 렌더러 모듈 (v3)
|
||
|
|
// 디자이너와 뷰어에서 동일한 렌더링을 보장하기 위한 공용 렌더러
|
||
|
|
// 섹션 제거됨, 컴포넌트 직접 배치
|
||
|
|
|
||
|
|
export { PopLayoutRenderer, default } from "./PopLayoutRenderer";
|
||
|
|
export {
|
||
|
|
hasModeLayout,
|
||
|
|
hasBaseLayout,
|
||
|
|
autoConvertLayout,
|
||
|
|
getEffectiveModeLayout,
|
||
|
|
} from "./PopLayoutRenderer";
|