fix. GR_VISUAL_01 템플릿 수정
This commit is contained in:
@@ -74,6 +74,13 @@ export interface PageDataResourceGroup {
|
||||
}
|
||||
display?: {
|
||||
text: string
|
||||
txt: string
|
||||
color_code_btn?: string
|
||||
color_name_btn?: string
|
||||
color_code_txt?: string
|
||||
color_name_txt?: string
|
||||
color_code?: string
|
||||
color_name?: string
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
16
layers/types/components/modal.ts
Normal file
16
layers/types/components/modal.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
export interface DialogParams {
|
||||
isShowDimmed?: boolean
|
||||
className?: string
|
||||
isOutsideClose?: boolean
|
||||
contentText: string
|
||||
confirmButtonText?: string
|
||||
cancelButtonText?: string
|
||||
confirmButtonEvent?: () => void
|
||||
cancelButtonEvent?: () => void
|
||||
closeButtonEvent?: () => void
|
||||
}
|
||||
|
||||
export interface YoutubeParams {
|
||||
youtubeUrl: string
|
||||
className?: string
|
||||
}
|
||||
Reference in New Issue
Block a user