stone-kit
Version:
uikit for redesign
19 lines (18 loc) • 461 B
TypeScript
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;
};