UNPKG

@skymp/skymp-ui-components

Version:

Library of UI components, styles and resources of Skymp

15 lines (14 loc) 375 B
/// <reference types="react" /> export interface FooterSvgProps { id: string; width: number; height: number; holeCorner: number; marginFrame: number; strokeWidth: number; createDragMove: Function; createDragResize: Function; x: number; y: number; } export declare const FooterSvg: (props: FooterSvgProps) => JSX.Element;