@cagatayfdn/flora-components 0.0.56 → 0.0.57
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.
- package/dist/index.d.ts +3 -3
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -173,7 +173,7 @@ export declare type AutocompleteProps = {
|
|
|
173
173
|
|
|
174
174
|
declare function Bar({ data, options }: BarProps): JSX_2.Element;
|
|
175
175
|
|
|
176
|
-
declare type BarChartProps = ChartProps<'bar', number[], unknown>;
|
|
176
|
+
export declare type BarChartProps = ChartProps<'bar', number[], unknown>;
|
|
177
177
|
|
|
178
178
|
declare type BarProps = {
|
|
179
179
|
options?: BarChartProps['options'];
|
|
@@ -739,7 +739,7 @@ export declare type LengthCardProps = {
|
|
|
739
739
|
|
|
740
740
|
declare function Line({ data, options, lineRef }: LineProps): JSX_2.Element;
|
|
741
741
|
|
|
742
|
-
declare type LineChartProps = ChartProps<'line', any[], unknown>;
|
|
742
|
+
export declare type LineChartProps = ChartProps<'line', any[], unknown>;
|
|
743
743
|
|
|
744
744
|
declare type LineProps = {
|
|
745
745
|
options?: LineChartProps['options'];
|
|
@@ -1038,7 +1038,7 @@ declare type PermType_2 = `${PermissionsSlug_2}`
|
|
|
1038
1038
|
|
|
1039
1039
|
declare function Pie({ data, options }: PieProps): JSX_2.Element;
|
|
1040
1040
|
|
|
1041
|
-
declare type PieChartProps = ChartProps<'pie', number[], unknown>;
|
|
1041
|
+
export declare type PieChartProps = ChartProps<'pie', number[], unknown>;
|
|
1042
1042
|
|
|
1043
1043
|
declare type PieProps = {
|
|
1044
1044
|
options?: PieChartProps['options'];
|