UNPKG

@kalamazoo/docs

Version:
7 lines (5 loc) 185 B
// @flow import React, { type Node } from 'react'; export default function Indent(props: { children: Node }) { return <div style={{ paddingLeft: '1.3em' }}>{props.children}</div>; }