react-figma
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -19,3 +19,4 @@ export { render } from './renderer'; | ||
export { Image } from './components/Image/Image'; | ||
export { Slice } from './components/slice/Slice'; | ||
export { StyleSheet } from './helpers/StyleSheet'; | ||
export { Platform } from './helpers/Platform'; |
@@ -40,2 +40,4 @@ "use strict"; | ||
exports.Image = Image_1.Image; | ||
var Slice_1 = require("./components/slice/Slice"); | ||
exports.Slice = Slice_1.Slice; | ||
var StyleSheet_1 = require("./helpers/StyleSheet"); | ||
@@ -42,0 +44,0 @@ exports.StyleSheet = StyleSheet_1.StyleSheet; |
@@ -6,8 +6,10 @@ import { RectangleProps } from './src/components/rectangle/Rectangle'; | ||
import { EllipseProps } from './src/components/ellipse/Ellipse'; | ||
import {InstanceProps} from "./src/components/component/Instance"; | ||
import {ComponentProps} from "./src/components/component/Component" | ||
import {StarProps} from "./src/components/star/Star"; | ||
import {VectorProps} from "./src/components/vector/Vector"; | ||
import { InstanceProps } from './src/components/component/Instance'; | ||
import { ComponentProps } from './src/components/component/Component'; | ||
import { StarProps } from './src/components/star/Star'; | ||
import { VectorProps } from './src/components/vector/Vector'; | ||
import { SliceProps } from './src/components/slice/Slice'; | ||
import {ComponentSetProps} from "./src/components/component/ComponentSet"; | ||
declare global { | ||
@@ -24,4 +26,5 @@ namespace JSX { | ||
star: StarProps; | ||
vector: VectorProps, | ||
instance: InstanceProps, | ||
vector: VectorProps; | ||
instance: InstanceProps; | ||
slice: SliceProps; | ||
componentset: ComponentSetProps | ||
@@ -28,0 +31,0 @@ } |
{ | ||
"name": "react-figma", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Render React components to Figma", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -14,1 +14,2 @@ export { rectangle } from './rectangle'; | ||
export { svg } from './svg'; | ||
export { slice } from './slice'; |
@@ -29,2 +29,4 @@ "use strict"; | ||
exports.svg = svg_1.svg; | ||
var slice_1 = require("./slice"); | ||
exports.slice = slice_1.slice; | ||
//# sourceMappingURL=index.js.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
349803
287
4961