UNPKG

oneframe-react

Version:

Oneframe React ## Components, Hooks, Helper Functions & State Management

10 lines (9 loc) 257 B
import React from 'react'; interface IProps { stickyOffset?: number; children: any[]; className?: string; tableState?: any; } declare const _default: React.MemoExoticComponent<({ ...props }: IProps) => JSX.Element>; export default _default;