import { IShadowsSpec } from './specs'; export interface IShadowsSpecRecord { normal: string; hover: string; } export interface IShadows { spec: Record; pattern: { popper: IShadowsSpecRecord; }; }