UNPKG

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

Version:
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;