UNPKG

@orca-fe/pocket

Version:

UI components by orca-team

7 lines (6 loc) 297 B
/// <reference types="react" /> import withScript from './hoc'; declare const _default: ((props: import("./ReactScript").ReactScriptProps) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>) & { withScript: typeof withScript; }; export default _default;