export interface Style { key?: string; img?: string; title?: string; className?: string; } export interface Color { key?: string; title?: string; color?: string; className?: string; } export interface NavMode { img?: string; top?: boolean; title?: string; } export interface ContentWidth { fixed?: boolean; title?: string; }