pubuilder 0.3.0 → 0.4.0

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.
@@ -6,5 +6,7 @@ export interface PageMapProps {
6
6
  * 자동으로 렌더하지 않는다 (dev 전용 안전장치).
7
7
  */
8
8
  enabled?: boolean;
9
+ /** 컴패니언 서버 URL. 기본 http://localhost:4816 */
10
+ serverUrl?: string;
9
11
  }
10
- export declare function PageMap({ config, enabled }: PageMapProps): import("react").ReactPortal | null;
12
+ export declare function PageMap({ config, enabled, serverUrl }: PageMapProps): import("react").ReactPortal | null;
@@ -0,0 +1 @@
1
+ export declare function PublishPanel(): import("react").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function SkillDrawer(): import("react").JSX.Element;