UNPKG

oneframe-react

Version:

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

10 lines (9 loc) 274 B
import React from 'react'; interface IProps { width?: number | string; children?: React.ReactNode; className?: string; onClick?: () => void; } declare const _default: React.MemoExoticComponent<({ ...props }: IProps) => JSX.Element>; export default _default;