fix. 공통 버튼 - arrow 배경색 적용
This commit is contained in:
@@ -125,7 +125,6 @@ export type PageDataTemplateComponents =
|
||||
| PageDataTemplateComponent // 단일 컴포넌트 패턴
|
||||
| {
|
||||
group_sets: PageDataTemplateComponentSet[]
|
||||
arrow: PageDataArrowComponent
|
||||
} // 그룹 세트 패턴
|
||||
|
||||
// 템플릿 타입
|
||||
@@ -170,8 +169,3 @@ export interface PageDataApiResult {
|
||||
data: PageDataResponse | null
|
||||
error: string | null
|
||||
}
|
||||
|
||||
// Arrow 컴포넌트 타입
|
||||
export type PageDataArrowComponent = PageDataTemplateComponent & {
|
||||
groups: PageDataResourceGroups
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user