UNPKG

212 BTypeScriptView Raw
1import * as React from 'react';
2import type { StretchType } from '../interface';
3declare const _default: (stretch?: StretchType) => [React.CSSProperties, (element: HTMLElement) => void];
4export default _default;