zmp-react
Version:
Build full featured iOS & Android apps using ZMP & React
24 lines (23 loc) • 606 B
JavaScript
import Col from '../components/col';
/* dts-props
id: string | number;
className: string;
style: React.CSSProperties;
tag? : string
width? : number | string
xsmall? : number | string
small? : number | string
medium? : number | string
large? : number | string
xlarge? : number | string
resizable? : boolean
resizableFixed? : boolean
resizableAbsolute? : boolean
resizableHandler? : boolean
onClick? : (event?: any) => void
onGridResize? : (...args: any[]) => void
ref?: React.MutableRefObject<{el: HTMLElement | null}>;
COLOR_PROPS
CHILDREN_PROP
*/
export default Col;