UNPKG

react95

Version:

Refreshed Windows95 UI components for modern web apps - React95

10 lines 450 B
import React from 'react'; import { CommonStyledProps } from '../types'; declare type HandleProps = { size?: string | number; } & React.HTMLAttributes<HTMLDivElement> & CommonStyledProps; declare const Handle: import("styled-components").StyledComponent<"div", any, { size?: string | number | undefined; } & React.HTMLAttributes<HTMLDivElement> & CommonStyledProps, never>; export { Handle, HandleProps }; //# sourceMappingURL=Handle.d.ts.map