UNPKG

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

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