Interface BasicShapeFunctions

Hierarchy

  • BasicShapeFunctions

Properties

circle: ((...params: [shapeRadius: CSSLengthPercentage | "closest-side" | "farthest-side", positon?: CSSLengthPercentage | CSSPosition]) => StyleObject<{}>)

Type declaration

ellipse: ((...params: [shapeRadiusX: CSSLengthPercentage | "closest-side" | "farthest-side", shapeRadiusY: CSSLengthPercentage | "closest-side" | "farthest-side", positon?: CSSLengthPercentage | CSSPosition]) => StyleObject<{}>)

Type declaration

inset: ((...params: [lengthOrPercent: CSSLengthPercentage, lengthOrPercent2: CSSLengthPercentage, lengthOrPercent3: CSSLengthPercentage, lengthOrPercent4: CSSLengthPercentage]) => StyleObject<{}>)

Type declaration

polygon: ((...params: [fillRule: "nonzero" | "evenodd", ...lengthOrPercent: [CSSLengthPercentage, CSSLengthPercentage][]]) => StyleObject<{}>)

Type declaration