UNPKG

stone-kit

Version:
19 lines (18 loc) 461 B
export interface ILogoProps { uk?: boolean; variant?: 'black' | 'white' | 'value' | 'dom' | 'office' | 'newOffice' | 'newDom' | 'realty' | 'realtyBlack'; between?: boolean; addClassName?: string; onClick?: () => void; } export declare const logoVariant: { black: string; white: string; value: string; dom: string; office: string; newOffice: string; newDom: string; realty: string; realtyBlack: string; };