@owp/core 1.21.0 → 1.22.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.
@@ -1,13 +0,0 @@
1
- /**
2
- * TreeGrid 인스턴스 조회
3
- * @param gridId TreeGrid 인스턴스 ID
4
- */
5
- export declare const useGetTreeGridInstance: (gridId: string) => TGrid | undefined;
6
- /**
7
- * 공통코드 기반 TreeGrid Enum 속성 조회기
8
- */
9
- export declare const useGetTreeGridEnumByCommonCode: () => {
10
- getEnumByCommonCodeId: (codeId: string, fieldKey: string) => {
11
- [x: string]: string;
12
- };
13
- };