UNPKG

react-native-ui-blueprint

Version:
26 lines (25 loc) 652 B
import React from 'react'; /** * Add guidelines on screen */ export default class Ruler extends React.PureComponent { private ruler; private verticalTextTop?; private verticalTextBottom?; private horizontalTextLeft?; private horizontalTextRight?; private textWidthTop?; private textWidthBottom?; private textHeightLeft?; private textHeightRight?; /** * dp = Density-independent Pixel */ private unit; private sensitivity; changeSensitivity: () => void; changeUnit(): void; private updateTextInformation; private getRuler; render(): JSX.Element; }