export type ClassValue = any;
export type AttrsValue = Record<string, any>;
