UNPKG

@skymp/skymp-ui-components

Version:

Library of UI components, styles and resources of Skymp

8 lines (7 loc) 287 B
/// <reference types="react" /> declare const _default: { title: string; component: ({ type, isMovable, isResizable, top, left, scale, ...props }: import("./window").WindowProps) => JSX.Element; }; export default _default; export declare const Default: () => JSX.Element;