Repository URL to install this package:
|
Version:
4.0.59 ▾
|
import { SVGSpecsProps, StripedMeasurementType } from './typings';
import TextPlaceholder from './TextPlaceholder';
import ParagraphPlaceholder from './ParagraphPlaceholder';
import CirclePlaceholder from './CirclePlaceholder';
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 TextPlaceholder | typeof ParagraphPlaceholder | typeof CirclePlaceholder;