UNPKG

159 BTypeScriptView Raw
1declare const compatibleLayout: (layout?: "side" | "top" | "mix" | "sidemenu" | "topmenu" | undefined) => string | undefined;
2export default compatibleLayout;