fix. 임시 페이지 제작
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
export type ImageType = "image" | "bg";
|
||||
|
||||
export interface ResponsiveImagePath {
|
||||
path_mo?: string;
|
||||
path_pc?: string;
|
||||
}
|
||||
|
||||
export type ResponsiveImageResult =
|
||||
| {
|
||||
mobileSrc: string;
|
||||
pcSrc: string;
|
||||
}
|
||||
| {
|
||||
"--pc-bg": string;
|
||||
"--mobile-bg": string;
|
||||
}
|
||||
| null;
|
||||
Reference in New Issue
Block a user