react-figma
Advanced tools
Comparing version 0.0.1-alpha.15 to 0.0.1-alpha.16
import { LineProps } from '../components/line/Line'; | ||
export declare const line: (node: RectangleNode) => (props: LineProps) => LineNode | RectangleNode; | ||
export declare const line: (node: RectangleNode) => (props: LineProps) => RectangleNode | LineNode; |
@@ -0,1 +1,2 @@ | ||
import * as React from 'react'; | ||
export declare type Color = string; | ||
@@ -23,3 +24,3 @@ export interface BaseNodeProps { | ||
export interface ChildrenProps { | ||
children?: ReadonlyArray<BaseNode>; | ||
children?: React.ReactNode; | ||
} | ||
@@ -26,0 +27,0 @@ export interface GeometryProps { |
{ | ||
"name": "react-figma", | ||
"version": "0.0.1-alpha.15", | ||
"version": "0.0.1-alpha.16", | ||
"description": "This plugin template uses Typescript. If you are familiar with Javascript, Typescript will look very familiar. In fact, valid Javascript code is already valid Typescript code.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
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
191531
3052