UNPKG

@skyrim-royale/skyrim-royale-ui-components

Version:
18 lines (17 loc) 479 B
/// <reference types="react" /> export interface HeaderLogoSvgProps { logoId: string; headerId: string; widthHeader: number; heightHeader: number; widthLogo: number; heightLogo: number; marginFrame: number; strokeWidth: number; isLogoVisible: boolean; createDragMove: Function; createDragResize: Function; x: number; y: number; } export declare const HeaderLogoSvg: (props: HeaderLogoSvgProps) => JSX.Element;