creactive 0.0.198 → 0.0.199

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,27 @@
1
+ import { BorderRadius } from '../constants';
2
+ export declare const useBorderRadiusStyle: (borderRadius?: BorderRadius) => {
3
+ borderRadius: number;
4
+ } | {
5
+ borderRadius: string;
6
+ };
7
+ export declare const useBorderTopLeftRadiusStyle: (borderRadius?: BorderRadius) => {
8
+ borderTopLeftRadius: number;
9
+ } | {
10
+ borderTopLeftRadius: string;
11
+ };
12
+ export declare const useBorderTopRightRadiusStyle: (borderRadius?: BorderRadius) => {
13
+ borderTopRightRadius: number;
14
+ } | {
15
+ borderTopRightRadius: string;
16
+ };
17
+ export declare const useBorderBottomLeftRadiusStyle: (borderRadius?: BorderRadius) => {
18
+ borderBottomLeftRadius: number;
19
+ } | {
20
+ borderBottomLeftRadius: string;
21
+ };
22
+ export declare const useBorderBottomRightRadiusStyle: (borderRadius?: BorderRadius) => {
23
+ borderBottomRightRadius: number;
24
+ } | {
25
+ borderBottomRightRadius: string;
26
+ };
27
+ export declare const useBorderRadiusValue: (borderRadius?: BorderRadius) => number | "50%";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "creactive",
3
- "version": "0.0.198",
3
+ "version": "0.0.199",
4
4
  "main": "build/default.js",
5
5
  "exports": {
6
6
  ".": {