UNPKG

oneframe-react

Version:

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

9 lines (8 loc) 196 B
import React from 'react'; export interface IProps { children?: any; className?: string; title: React.ReactNode; width?: string | number; position: 'left' | 'top' | 'right'; }