Repository URL to install this package:
|
Version:
2.7.11 ▾
|
import { SVGSpecsProps, StripedMeasurementType } from './typings';
import ImagePlaceholder from './ImagePlaceholder';
import TextPlaceholder from './TextPlaceholder';
import ParagraphPlaceholder from './ParagraphPlaceholder';
export declare function getSVGSpecs(stringyWidthNumber: string | number, stringyHeightNumber: string | number, xPos?: string | number, ypos?: string | number): SVGSpecsProps;
export declare function stripMeasurement(stringyNumber: string | number): StripedMeasurementType;
export declare function fromBreedToComponent(breedType: string): typeof ImagePlaceholder | typeof TextPlaceholder | typeof ParagraphPlaceholder;