useStretchStyle.d.ts 207 Bytes Raw Blame History Permalink 1 2 3 4 import * as React from 'react'; import { StretchType } from '../interface'; declare const _default: (stretch?: StretchType) => [React.CSSProperties, (element: HTMLElement) => void]; export default _default;