Comparing version 1.0.0-beta.37 to 1.0.0-beta.39
import React from "react"; | ||
import { IconsSet } from "@uxf/ui/icon/theme"; | ||
export declare type IconName = keyof IconsSet; | ||
declare type NameOrComponentType = { | ||
name: IconsSet; | ||
name: IconName; | ||
Component?: never; | ||
@@ -6,0 +7,0 @@ } | { |
@@ -1,1 +0,3 @@ | ||
export declare type IconsSet = "test"; | ||
export interface IconsSet { | ||
test: true; | ||
} |
{ | ||
"name": "@uxf/ui", | ||
"version": "1.0.0-beta.37", | ||
"version": "1.0.0-beta.39", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
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
145239
2873