export interface PropType { checkstate?: string ; } export interface tabberT { tabberlist ?: { icon : string; checkicon : string; name : string; router?:string|null; phname:string }[]; state : string; }