@mittwald/flow-react-components 0.2.0-alpha.479 → 0.2.0-alpha.480

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.
@@ -34503,6 +34503,106 @@
34503
34503
  }
34504
34504
  }
34505
34505
  },
34506
+ {
34507
+ "tags": {},
34508
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/SettingsProvider/SettingsProvider.tsx",
34509
+ "description": "",
34510
+ "displayName": "SettingsProvider",
34511
+ "methods": [],
34512
+ "props": {
34513
+ "children": {
34514
+ "defaultValue": null,
34515
+ "description": "",
34516
+ "name": "children",
34517
+ "declarations": [
34518
+ {
34519
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
34520
+ "name": "TypeLiteral"
34521
+ }
34522
+ ],
34523
+ "required": false,
34524
+ "type": {
34525
+ "name": "ReactNode"
34526
+ }
34527
+ },
34528
+ "type": {
34529
+ "defaultValue": null,
34530
+ "description": "",
34531
+ "name": "type",
34532
+ "parent": {
34533
+ "fileName": "components/src/components/SettingsProvider/backends/types.ts",
34534
+ "name": "LocalStorageSettingsBackend"
34535
+ },
34536
+ "declarations": [
34537
+ {
34538
+ "fileName": "components/src/components/SettingsProvider/backends/types.ts",
34539
+ "name": "LocalStorageSettingsBackend"
34540
+ },
34541
+ {
34542
+ "fileName": "components/src/components/SettingsProvider/backends/types.ts",
34543
+ "name": "CustomSettingsBackend"
34544
+ }
34545
+ ],
34546
+ "required": true,
34547
+ "type": {
34548
+ "name": "\"localStorage\" | \"custom\""
34549
+ }
34550
+ },
34551
+ "storageKey": {
34552
+ "defaultValue": null,
34553
+ "description": "",
34554
+ "name": "storageKey",
34555
+ "parent": {
34556
+ "fileName": "components/src/components/SettingsProvider/backends/types.ts",
34557
+ "name": "LocalStorageSettingsBackend"
34558
+ },
34559
+ "declarations": [
34560
+ {
34561
+ "fileName": "components/src/components/SettingsProvider/backends/types.ts",
34562
+ "name": "LocalStorageSettingsBackend"
34563
+ }
34564
+ ],
34565
+ "required": true,
34566
+ "type": {
34567
+ "name": "string"
34568
+ }
34569
+ },
34570
+ "id": {
34571
+ "defaultValue": null,
34572
+ "description": "",
34573
+ "name": "id",
34574
+ "declarations": [
34575
+ {
34576
+ "fileName": "components/src/components/SettingsProvider/SettingsProvider.tsx",
34577
+ "name": "TypeLiteral"
34578
+ }
34579
+ ],
34580
+ "required": false,
34581
+ "type": {
34582
+ "name": "string"
34583
+ }
34584
+ },
34585
+ "store": {
34586
+ "defaultValue": null,
34587
+ "description": "",
34588
+ "name": "store",
34589
+ "parent": {
34590
+ "fileName": "components/src/components/SettingsProvider/backends/types.ts",
34591
+ "name": "CustomSettingsBackend"
34592
+ },
34593
+ "declarations": [
34594
+ {
34595
+ "fileName": "components/src/components/SettingsProvider/backends/types.ts",
34596
+ "name": "CustomSettingsBackend"
34597
+ }
34598
+ ],
34599
+ "required": true,
34600
+ "type": {
34601
+ "name": "SettingsBackend"
34602
+ }
34603
+ }
34604
+ }
34605
+ },
34506
34606
  {
34507
34607
  "tags": {
34508
34608
  "flr-generate": "all"
@@ -35996,106 +36096,6 @@
35996
36096
  }
35997
36097
  }
35998
36098
  },
35999
- {
36000
- "tags": {},
36001
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/SettingsProvider/SettingsProvider.tsx",
36002
- "description": "",
36003
- "displayName": "SettingsProvider",
36004
- "methods": [],
36005
- "props": {
36006
- "children": {
36007
- "defaultValue": null,
36008
- "description": "",
36009
- "name": "children",
36010
- "declarations": [
36011
- {
36012
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
36013
- "name": "TypeLiteral"
36014
- }
36015
- ],
36016
- "required": false,
36017
- "type": {
36018
- "name": "ReactNode"
36019
- }
36020
- },
36021
- "type": {
36022
- "defaultValue": null,
36023
- "description": "",
36024
- "name": "type",
36025
- "parent": {
36026
- "fileName": "components/src/components/SettingsProvider/backends/types.ts",
36027
- "name": "LocalStorageSettingsBackend"
36028
- },
36029
- "declarations": [
36030
- {
36031
- "fileName": "components/src/components/SettingsProvider/backends/types.ts",
36032
- "name": "LocalStorageSettingsBackend"
36033
- },
36034
- {
36035
- "fileName": "components/src/components/SettingsProvider/backends/types.ts",
36036
- "name": "CustomSettingsBackend"
36037
- }
36038
- ],
36039
- "required": true,
36040
- "type": {
36041
- "name": "\"localStorage\" | \"custom\""
36042
- }
36043
- },
36044
- "storageKey": {
36045
- "defaultValue": null,
36046
- "description": "",
36047
- "name": "storageKey",
36048
- "parent": {
36049
- "fileName": "components/src/components/SettingsProvider/backends/types.ts",
36050
- "name": "LocalStorageSettingsBackend"
36051
- },
36052
- "declarations": [
36053
- {
36054
- "fileName": "components/src/components/SettingsProvider/backends/types.ts",
36055
- "name": "LocalStorageSettingsBackend"
36056
- }
36057
- ],
36058
- "required": true,
36059
- "type": {
36060
- "name": "string"
36061
- }
36062
- },
36063
- "id": {
36064
- "defaultValue": null,
36065
- "description": "",
36066
- "name": "id",
36067
- "declarations": [
36068
- {
36069
- "fileName": "components/src/components/SettingsProvider/SettingsProvider.tsx",
36070
- "name": "TypeLiteral"
36071
- }
36072
- ],
36073
- "required": false,
36074
- "type": {
36075
- "name": "string"
36076
- }
36077
- },
36078
- "store": {
36079
- "defaultValue": null,
36080
- "description": "",
36081
- "name": "store",
36082
- "parent": {
36083
- "fileName": "components/src/components/SettingsProvider/backends/types.ts",
36084
- "name": "CustomSettingsBackend"
36085
- },
36086
- "declarations": [
36087
- {
36088
- "fileName": "components/src/components/SettingsProvider/backends/types.ts",
36089
- "name": "CustomSettingsBackend"
36090
- }
36091
- ],
36092
- "required": true,
36093
- "type": {
36094
- "name": "SettingsBackend"
36095
- }
36096
- }
36097
- }
36098
- },
36099
36099
  {
36100
36100
  "tags": {
36101
36101
  "flr-generate": "all",
@@ -83494,6 +83494,245 @@
83494
83494
  }
83495
83495
  }
83496
83496
  },
83497
+ {
83498
+ "tags": {
83499
+ "flr-generate": "all"
83500
+ },
83501
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Markdown/Markdown.tsx",
83502
+ "description": "",
83503
+ "displayName": "Markdown",
83504
+ "methods": [],
83505
+ "props": {
83506
+ "color": {
83507
+ "defaultValue": null,
83508
+ "description": "The color schema of the markdown component.",
83509
+ "name": "color",
83510
+ "parent": {
83511
+ "fileName": "components/src/components/Markdown/Markdown.tsx",
83512
+ "name": "MarkdownProps"
83513
+ },
83514
+ "declarations": [
83515
+ {
83516
+ "fileName": "components/src/components/Markdown/Markdown.tsx",
83517
+ "name": "MarkdownProps"
83518
+ }
83519
+ ],
83520
+ "required": false,
83521
+ "type": {
83522
+ "name": "\"light\" | \"dark\" | \"default\""
83523
+ }
83524
+ },
83525
+ "headingOffset": {
83526
+ "defaultValue": {
83527
+ "value": "0"
83528
+ },
83529
+ "description": "Shifts all heading levels by the given offset.",
83530
+ "name": "headingOffset",
83531
+ "parent": {
83532
+ "fileName": "components/src/components/Markdown/Markdown.tsx",
83533
+ "name": "MarkdownProps"
83534
+ },
83535
+ "declarations": [
83536
+ {
83537
+ "fileName": "components/src/components/Markdown/Markdown.tsx",
83538
+ "name": "MarkdownProps"
83539
+ }
83540
+ ],
83541
+ "required": false,
83542
+ "type": {
83543
+ "name": "number"
83544
+ }
83545
+ },
83546
+ "style": {
83547
+ "defaultValue": null,
83548
+ "description": "@internal",
83549
+ "name": "style",
83550
+ "parent": {
83551
+ "fileName": "components/src/components/Markdown/Markdown.tsx",
83552
+ "name": "MarkdownProps"
83553
+ },
83554
+ "declarations": [
83555
+ {
83556
+ "fileName": "components/src/components/Markdown/Markdown.tsx",
83557
+ "name": "MarkdownProps"
83558
+ }
83559
+ ],
83560
+ "required": false,
83561
+ "type": {
83562
+ "name": "CSSProperties"
83563
+ }
83564
+ },
83565
+ "className": {
83566
+ "defaultValue": null,
83567
+ "description": "The elements class name.",
83568
+ "name": "className",
83569
+ "parent": {
83570
+ "fileName": "components/src/lib/types/props.ts",
83571
+ "name": "PropsWithClassName"
83572
+ },
83573
+ "declarations": [
83574
+ {
83575
+ "fileName": "components/src/lib/types/props.ts",
83576
+ "name": "PropsWithClassName"
83577
+ }
83578
+ ],
83579
+ "required": false,
83580
+ "type": {
83581
+ "name": "string"
83582
+ }
83583
+ },
83584
+ "children": {
83585
+ "defaultValue": null,
83586
+ "description": "Markdown.",
83587
+ "name": "children",
83588
+ "declarations": [
83589
+ {
83590
+ "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.1.8_react@19.1.0/node_modules/react-markdown/lib/index.d.ts",
83591
+ "name": "TypeLiteral"
83592
+ }
83593
+ ],
83594
+ "required": false,
83595
+ "type": {
83596
+ "name": "string | null"
83597
+ }
83598
+ },
83599
+ "allowElement": {
83600
+ "defaultValue": null,
83601
+ "description": "Filter elements (optional);\n`allowedElements` / `disallowedElements` is used first.",
83602
+ "name": "allowElement",
83603
+ "declarations": [
83604
+ {
83605
+ "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.1.8_react@19.1.0/node_modules/react-markdown/lib/index.d.ts",
83606
+ "name": "TypeLiteral"
83607
+ }
83608
+ ],
83609
+ "required": false,
83610
+ "type": {
83611
+ "name": "AllowElement | null"
83612
+ }
83613
+ },
83614
+ "allowedElements": {
83615
+ "defaultValue": null,
83616
+ "description": "Tag names to allow (default: all tag names);\ncannot combine w/ `disallowedElements`.",
83617
+ "name": "allowedElements",
83618
+ "declarations": [
83619
+ {
83620
+ "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.1.8_react@19.1.0/node_modules/react-markdown/lib/index.d.ts",
83621
+ "name": "TypeLiteral"
83622
+ }
83623
+ ],
83624
+ "required": false,
83625
+ "type": {
83626
+ "name": "readonly string[] | null"
83627
+ }
83628
+ },
83629
+ "disallowedElements": {
83630
+ "defaultValue": null,
83631
+ "description": "Tag names to disallow (default: `[]`);\ncannot combine w/ `allowedElements`.",
83632
+ "name": "disallowedElements",
83633
+ "declarations": [
83634
+ {
83635
+ "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.1.8_react@19.1.0/node_modules/react-markdown/lib/index.d.ts",
83636
+ "name": "TypeLiteral"
83637
+ }
83638
+ ],
83639
+ "required": false,
83640
+ "type": {
83641
+ "name": "readonly string[] | null"
83642
+ }
83643
+ },
83644
+ "rehypePlugins": {
83645
+ "defaultValue": null,
83646
+ "description": "List of rehype plugins to use.",
83647
+ "name": "rehypePlugins",
83648
+ "declarations": [
83649
+ {
83650
+ "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.1.8_react@19.1.0/node_modules/react-markdown/lib/index.d.ts",
83651
+ "name": "TypeLiteral"
83652
+ }
83653
+ ],
83654
+ "required": false,
83655
+ "type": {
83656
+ "name": "PluggableList | null"
83657
+ }
83658
+ },
83659
+ "remarkPlugins": {
83660
+ "defaultValue": null,
83661
+ "description": "List of remark plugins to use.",
83662
+ "name": "remarkPlugins",
83663
+ "declarations": [
83664
+ {
83665
+ "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.1.8_react@19.1.0/node_modules/react-markdown/lib/index.d.ts",
83666
+ "name": "TypeLiteral"
83667
+ }
83668
+ ],
83669
+ "required": false,
83670
+ "type": {
83671
+ "name": "PluggableList | null"
83672
+ }
83673
+ },
83674
+ "remarkRehypeOptions": {
83675
+ "defaultValue": null,
83676
+ "description": "Options to pass through to `remark-rehype`.",
83677
+ "name": "remarkRehypeOptions",
83678
+ "declarations": [
83679
+ {
83680
+ "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.1.8_react@19.1.0/node_modules/react-markdown/lib/index.d.ts",
83681
+ "name": "TypeLiteral"
83682
+ }
83683
+ ],
83684
+ "required": false,
83685
+ "type": {
83686
+ "name": "Readonly<Options> | null"
83687
+ }
83688
+ },
83689
+ "skipHtml": {
83690
+ "defaultValue": null,
83691
+ "description": "Ignore HTML in markdown completely (default: `false`).",
83692
+ "name": "skipHtml",
83693
+ "declarations": [
83694
+ {
83695
+ "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.1.8_react@19.1.0/node_modules/react-markdown/lib/index.d.ts",
83696
+ "name": "TypeLiteral"
83697
+ }
83698
+ ],
83699
+ "required": false,
83700
+ "type": {
83701
+ "name": "boolean | null"
83702
+ }
83703
+ },
83704
+ "unwrapDisallowed": {
83705
+ "defaultValue": null,
83706
+ "description": "Extract (unwrap) what’s in disallowed elements (default: `false`);\nnormally when say `strong` is not allowed, it and it’s children are dropped,\nwith `unwrapDisallowed` the element itself is replaced by its children.",
83707
+ "name": "unwrapDisallowed",
83708
+ "declarations": [
83709
+ {
83710
+ "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.1.8_react@19.1.0/node_modules/react-markdown/lib/index.d.ts",
83711
+ "name": "TypeLiteral"
83712
+ }
83713
+ ],
83714
+ "required": false,
83715
+ "type": {
83716
+ "name": "boolean | null"
83717
+ }
83718
+ },
83719
+ "urlTransform": {
83720
+ "defaultValue": null,
83721
+ "description": "Change URLs (default: `defaultUrlTransform`)",
83722
+ "name": "urlTransform",
83723
+ "declarations": [
83724
+ {
83725
+ "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.1.8_react@19.1.0/node_modules/react-markdown/lib/index.d.ts",
83726
+ "name": "TypeLiteral"
83727
+ }
83728
+ ],
83729
+ "required": false,
83730
+ "type": {
83731
+ "name": "UrlTransform | null"
83732
+ }
83733
+ }
83734
+ }
83735
+ },
83497
83736
  {
83498
83737
  "tags": {
83499
83738
  "flr-generate": "all"
@@ -248827,245 +249066,6 @@
248827
249066
  }
248828
249067
  }
248829
249068
  },
248830
- {
248831
- "tags": {
248832
- "flr-generate": "all"
248833
- },
248834
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Markdown/Markdown.tsx",
248835
- "description": "",
248836
- "displayName": "Markdown",
248837
- "methods": [],
248838
- "props": {
248839
- "color": {
248840
- "defaultValue": null,
248841
- "description": "The color schema of the markdown component.",
248842
- "name": "color",
248843
- "parent": {
248844
- "fileName": "components/src/components/Markdown/Markdown.tsx",
248845
- "name": "MarkdownProps"
248846
- },
248847
- "declarations": [
248848
- {
248849
- "fileName": "components/src/components/Markdown/Markdown.tsx",
248850
- "name": "MarkdownProps"
248851
- }
248852
- ],
248853
- "required": false,
248854
- "type": {
248855
- "name": "\"light\" | \"dark\" | \"default\""
248856
- }
248857
- },
248858
- "headingOffset": {
248859
- "defaultValue": {
248860
- "value": "0"
248861
- },
248862
- "description": "Shifts all heading levels by the given offset.",
248863
- "name": "headingOffset",
248864
- "parent": {
248865
- "fileName": "components/src/components/Markdown/Markdown.tsx",
248866
- "name": "MarkdownProps"
248867
- },
248868
- "declarations": [
248869
- {
248870
- "fileName": "components/src/components/Markdown/Markdown.tsx",
248871
- "name": "MarkdownProps"
248872
- }
248873
- ],
248874
- "required": false,
248875
- "type": {
248876
- "name": "number"
248877
- }
248878
- },
248879
- "style": {
248880
- "defaultValue": null,
248881
- "description": "@internal",
248882
- "name": "style",
248883
- "parent": {
248884
- "fileName": "components/src/components/Markdown/Markdown.tsx",
248885
- "name": "MarkdownProps"
248886
- },
248887
- "declarations": [
248888
- {
248889
- "fileName": "components/src/components/Markdown/Markdown.tsx",
248890
- "name": "MarkdownProps"
248891
- }
248892
- ],
248893
- "required": false,
248894
- "type": {
248895
- "name": "CSSProperties"
248896
- }
248897
- },
248898
- "className": {
248899
- "defaultValue": null,
248900
- "description": "The elements class name.",
248901
- "name": "className",
248902
- "parent": {
248903
- "fileName": "components/src/lib/types/props.ts",
248904
- "name": "PropsWithClassName"
248905
- },
248906
- "declarations": [
248907
- {
248908
- "fileName": "components/src/lib/types/props.ts",
248909
- "name": "PropsWithClassName"
248910
- }
248911
- ],
248912
- "required": false,
248913
- "type": {
248914
- "name": "string"
248915
- }
248916
- },
248917
- "children": {
248918
- "defaultValue": null,
248919
- "description": "Markdown.",
248920
- "name": "children",
248921
- "declarations": [
248922
- {
248923
- "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.1.8_react@19.1.0/node_modules/react-markdown/lib/index.d.ts",
248924
- "name": "TypeLiteral"
248925
- }
248926
- ],
248927
- "required": false,
248928
- "type": {
248929
- "name": "string | null"
248930
- }
248931
- },
248932
- "allowElement": {
248933
- "defaultValue": null,
248934
- "description": "Filter elements (optional);\n`allowedElements` / `disallowedElements` is used first.",
248935
- "name": "allowElement",
248936
- "declarations": [
248937
- {
248938
- "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.1.8_react@19.1.0/node_modules/react-markdown/lib/index.d.ts",
248939
- "name": "TypeLiteral"
248940
- }
248941
- ],
248942
- "required": false,
248943
- "type": {
248944
- "name": "AllowElement | null"
248945
- }
248946
- },
248947
- "allowedElements": {
248948
- "defaultValue": null,
248949
- "description": "Tag names to allow (default: all tag names);\ncannot combine w/ `disallowedElements`.",
248950
- "name": "allowedElements",
248951
- "declarations": [
248952
- {
248953
- "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.1.8_react@19.1.0/node_modules/react-markdown/lib/index.d.ts",
248954
- "name": "TypeLiteral"
248955
- }
248956
- ],
248957
- "required": false,
248958
- "type": {
248959
- "name": "readonly string[] | null"
248960
- }
248961
- },
248962
- "disallowedElements": {
248963
- "defaultValue": null,
248964
- "description": "Tag names to disallow (default: `[]`);\ncannot combine w/ `allowedElements`.",
248965
- "name": "disallowedElements",
248966
- "declarations": [
248967
- {
248968
- "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.1.8_react@19.1.0/node_modules/react-markdown/lib/index.d.ts",
248969
- "name": "TypeLiteral"
248970
- }
248971
- ],
248972
- "required": false,
248973
- "type": {
248974
- "name": "readonly string[] | null"
248975
- }
248976
- },
248977
- "rehypePlugins": {
248978
- "defaultValue": null,
248979
- "description": "List of rehype plugins to use.",
248980
- "name": "rehypePlugins",
248981
- "declarations": [
248982
- {
248983
- "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.1.8_react@19.1.0/node_modules/react-markdown/lib/index.d.ts",
248984
- "name": "TypeLiteral"
248985
- }
248986
- ],
248987
- "required": false,
248988
- "type": {
248989
- "name": "PluggableList | null"
248990
- }
248991
- },
248992
- "remarkPlugins": {
248993
- "defaultValue": null,
248994
- "description": "List of remark plugins to use.",
248995
- "name": "remarkPlugins",
248996
- "declarations": [
248997
- {
248998
- "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.1.8_react@19.1.0/node_modules/react-markdown/lib/index.d.ts",
248999
- "name": "TypeLiteral"
249000
- }
249001
- ],
249002
- "required": false,
249003
- "type": {
249004
- "name": "PluggableList | null"
249005
- }
249006
- },
249007
- "remarkRehypeOptions": {
249008
- "defaultValue": null,
249009
- "description": "Options to pass through to `remark-rehype`.",
249010
- "name": "remarkRehypeOptions",
249011
- "declarations": [
249012
- {
249013
- "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.1.8_react@19.1.0/node_modules/react-markdown/lib/index.d.ts",
249014
- "name": "TypeLiteral"
249015
- }
249016
- ],
249017
- "required": false,
249018
- "type": {
249019
- "name": "Readonly<Options> | null"
249020
- }
249021
- },
249022
- "skipHtml": {
249023
- "defaultValue": null,
249024
- "description": "Ignore HTML in markdown completely (default: `false`).",
249025
- "name": "skipHtml",
249026
- "declarations": [
249027
- {
249028
- "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.1.8_react@19.1.0/node_modules/react-markdown/lib/index.d.ts",
249029
- "name": "TypeLiteral"
249030
- }
249031
- ],
249032
- "required": false,
249033
- "type": {
249034
- "name": "boolean | null"
249035
- }
249036
- },
249037
- "unwrapDisallowed": {
249038
- "defaultValue": null,
249039
- "description": "Extract (unwrap) what’s in disallowed elements (default: `false`);\nnormally when say `strong` is not allowed, it and it’s children are dropped,\nwith `unwrapDisallowed` the element itself is replaced by its children.",
249040
- "name": "unwrapDisallowed",
249041
- "declarations": [
249042
- {
249043
- "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.1.8_react@19.1.0/node_modules/react-markdown/lib/index.d.ts",
249044
- "name": "TypeLiteral"
249045
- }
249046
- ],
249047
- "required": false,
249048
- "type": {
249049
- "name": "boolean | null"
249050
- }
249051
- },
249052
- "urlTransform": {
249053
- "defaultValue": null,
249054
- "description": "Change URLs (default: `defaultUrlTransform`)",
249055
- "name": "urlTransform",
249056
- "declarations": [
249057
- {
249058
- "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.1.8_react@19.1.0/node_modules/react-markdown/lib/index.d.ts",
249059
- "name": "TypeLiteral"
249060
- }
249061
- ],
249062
- "required": false,
249063
- "type": {
249064
- "name": "UrlTransform | null"
249065
- }
249066
- }
249067
- }
249068
- },
249069
249069
  {
249070
249070
  "tags": {},
249071
249071
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ProgressBar/components/ProgressBarValue.tsx",
@@ -297863,6 +297863,14 @@
297863
297863
  "methods": [],
297864
297864
  "props": {}
297865
297865
  },
297866
+ {
297867
+ "tags": {},
297868
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/Table.tsx",
297869
+ "description": "",
297870
+ "displayName": "Table",
297871
+ "methods": [],
297872
+ "props": {}
297873
+ },
297866
297874
  {
297867
297875
  "tags": {
297868
297876
  "flr-generate": "all"
@@ -298111,14 +298119,6 @@
298111
298119
  "methods": [],
298112
298120
  "props": {}
298113
298121
  },
298114
- {
298115
- "tags": {},
298116
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/Table.tsx",
298117
- "description": "",
298118
- "displayName": "Table",
298119
- "methods": [],
298120
- "props": {}
298121
- },
298122
298122
  {
298123
298123
  "tags": {},
298124
298124
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Link/components/LinkIcon/LinkIcon.tsx",
@@ -302813,9 +302813,9 @@
302813
302813
  "tags": {
302814
302814
  "flr-generate": "all"
302815
302815
  },
302816
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
302816
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
302817
302817
  "description": "",
302818
- "displayName": "XAxis",
302818
+ "displayName": "YAxis",
302819
302819
  "methods": [],
302820
302820
  "props": {
302821
302821
  "className": {
@@ -302951,10 +302951,230 @@
302951
302951
  "name": "boolean"
302952
302952
  }
302953
302953
  },
302954
- "allowDataOverflow": {
302954
+ "interval": {
302955
302955
  "defaultValue": null,
302956
- "description": "When domain of the axis is specified and the type of the axis is 'number',\nif allowDataOverflow is set to be false,\nthe domain will be adjusted when the minimum value of data is smaller than domain[0] or\nthe maximum value of data is greater than domain[1] so that the axis displays all data values.\nIf set to true, graphic elements (line, area, bars) will be clipped to conform to the specified domain.",
302957
- "name": "allowDataOverflow",
302956
+ "description": "",
302957
+ "name": "interval",
302958
+ "parent": {
302959
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
302960
+ "name": "YAxisProps"
302961
+ },
302962
+ "declarations": [
302963
+ {
302964
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
302965
+ "name": "YAxisProps"
302966
+ }
302967
+ ],
302968
+ "required": false,
302969
+ "type": {
302970
+ "name": "AxisInterval"
302971
+ }
302972
+ },
302973
+ "minTickGap": {
302974
+ "defaultValue": null,
302975
+ "description": "",
302976
+ "name": "minTickGap",
302977
+ "parent": {
302978
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
302979
+ "name": "YAxisProps"
302980
+ },
302981
+ "declarations": [
302982
+ {
302983
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
302984
+ "name": "YAxisProps"
302985
+ }
302986
+ ],
302987
+ "required": false,
302988
+ "type": {
302989
+ "name": "number"
302990
+ }
302991
+ },
302992
+ "domain": {
302993
+ "defaultValue": null,
302994
+ "description": "The domain of scale in this axis",
302995
+ "name": "domain",
302996
+ "parent": {
302997
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
302998
+ "name": "BaseAxisProps"
302999
+ },
303000
+ "declarations": [
303001
+ {
303002
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
303003
+ "name": "BaseAxisProps"
303004
+ }
303005
+ ],
303006
+ "required": false,
303007
+ "type": {
303008
+ "name": "AxisDomain"
303009
+ }
303010
+ },
303011
+ "unit": {
303012
+ "defaultValue": null,
303013
+ "description": "The unit of data displayed in the axis",
303014
+ "name": "unit",
303015
+ "parent": {
303016
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
303017
+ "name": "BaseAxisProps"
303018
+ },
303019
+ "declarations": [
303020
+ {
303021
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
303022
+ "name": "BaseAxisProps"
303023
+ }
303024
+ ],
303025
+ "required": false,
303026
+ "type": {
303027
+ "name": "string"
303028
+ }
303029
+ },
303030
+ "tickFormatter": {
303031
+ "defaultValue": null,
303032
+ "description": "The formatter function of tick",
303033
+ "name": "tickFormatter",
303034
+ "parent": {
303035
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
303036
+ "name": "BaseAxisProps"
303037
+ },
303038
+ "declarations": [
303039
+ {
303040
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
303041
+ "name": "BaseAxisProps"
303042
+ }
303043
+ ],
303044
+ "required": false,
303045
+ "type": {
303046
+ "name": "((value: any, index: number) => string)"
303047
+ }
303048
+ }
303049
+ }
303050
+ },
303051
+ {
303052
+ "tags": {
303053
+ "flr-generate": "all"
303054
+ },
303055
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
303056
+ "description": "",
303057
+ "displayName": "XAxis",
303058
+ "methods": [],
303059
+ "props": {
303060
+ "className": {
303061
+ "defaultValue": null,
303062
+ "description": "",
303063
+ "name": "className",
303064
+ "parent": {
303065
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
303066
+ "name": "HTMLAttributes"
303067
+ },
303068
+ "declarations": [
303069
+ {
303070
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
303071
+ "name": "HTMLAttributes"
303072
+ }
303073
+ ],
303074
+ "required": false,
303075
+ "type": {
303076
+ "name": "string"
303077
+ }
303078
+ },
303079
+ "type": {
303080
+ "defaultValue": null,
303081
+ "description": "",
303082
+ "name": "type",
303083
+ "parent": {
303084
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
303085
+ "name": "SVGAttributes"
303086
+ },
303087
+ "declarations": [
303088
+ {
303089
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
303090
+ "name": "SVGAttributes"
303091
+ }
303092
+ ],
303093
+ "required": false,
303094
+ "type": {
303095
+ "name": "string"
303096
+ }
303097
+ },
303098
+ "hide": {
303099
+ "defaultValue": null,
303100
+ "description": "Whether display the axis",
303101
+ "name": "hide",
303102
+ "parent": {
303103
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
303104
+ "name": "BaseAxisProps"
303105
+ },
303106
+ "declarations": [
303107
+ {
303108
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
303109
+ "name": "BaseAxisProps"
303110
+ }
303111
+ ],
303112
+ "required": false,
303113
+ "type": {
303114
+ "name": "boolean"
303115
+ }
303116
+ },
303117
+ "orientation": {
303118
+ "defaultValue": null,
303119
+ "description": "",
303120
+ "name": "orientation",
303121
+ "parent": {
303122
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
303123
+ "name": "SVGAttributes"
303124
+ },
303125
+ "declarations": [
303126
+ {
303127
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
303128
+ "name": "SVGAttributes"
303129
+ }
303130
+ ],
303131
+ "required": false,
303132
+ "type": {
303133
+ "name": "string | number"
303134
+ }
303135
+ },
303136
+ "scale": {
303137
+ "defaultValue": null,
303138
+ "description": "The scale type as a string, or scale function",
303139
+ "name": "scale",
303140
+ "parent": {
303141
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
303142
+ "name": "BaseAxisProps"
303143
+ },
303144
+ "declarations": [
303145
+ {
303146
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
303147
+ "name": "BaseAxisProps"
303148
+ }
303149
+ ],
303150
+ "required": false,
303151
+ "type": {
303152
+ "name": "ScaleType | RechartsScale"
303153
+ }
303154
+ },
303155
+ "dataKey": {
303156
+ "defaultValue": null,
303157
+ "description": "The key of data displayed in the axis",
303158
+ "name": "dataKey",
303159
+ "parent": {
303160
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
303161
+ "name": "BaseAxisProps"
303162
+ },
303163
+ "declarations": [
303164
+ {
303165
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
303166
+ "name": "BaseAxisProps"
303167
+ }
303168
+ ],
303169
+ "required": false,
303170
+ "type": {
303171
+ "name": "DataKey<any>"
303172
+ }
303173
+ },
303174
+ "allowDecimals": {
303175
+ "defaultValue": null,
303176
+ "description": "Allow the ticks of axis to be decimals or not.",
303177
+ "name": "allowDecimals",
302958
303178
  "parent": {
302959
303179
  "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
302960
303180
  "name": "BaseAxisProps"
@@ -303064,6 +303284,25 @@
303064
303284
  "type": {
303065
303285
  "name": "((value: any, index: number) => string)"
303066
303286
  }
303287
+ },
303288
+ "allowDataOverflow": {
303289
+ "defaultValue": null,
303290
+ "description": "When domain of the axis is specified and the type of the axis is 'number',\nif allowDataOverflow is set to be false,\nthe domain will be adjusted when the minimum value of data is smaller than domain[0] or\nthe maximum value of data is greater than domain[1] so that the axis displays all data values.\nIf set to true, graphic elements (line, area, bars) will be clipped to conform to the specified domain.",
303291
+ "name": "allowDataOverflow",
303292
+ "parent": {
303293
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
303294
+ "name": "BaseAxisProps"
303295
+ },
303296
+ "declarations": [
303297
+ {
303298
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
303299
+ "name": "BaseAxisProps"
303300
+ }
303301
+ ],
303302
+ "required": false,
303303
+ "type": {
303304
+ "name": "boolean"
303305
+ }
303067
303306
  }
303068
303307
  }
303069
303308
  },
@@ -321908,245 +322147,6 @@
321908
322147
  }
321909
322148
  }
321910
322149
  },
321911
- {
321912
- "tags": {
321913
- "flr-generate": "all"
321914
- },
321915
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
321916
- "description": "",
321917
- "displayName": "YAxis",
321918
- "methods": [],
321919
- "props": {
321920
- "className": {
321921
- "defaultValue": null,
321922
- "description": "",
321923
- "name": "className",
321924
- "parent": {
321925
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
321926
- "name": "HTMLAttributes"
321927
- },
321928
- "declarations": [
321929
- {
321930
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
321931
- "name": "HTMLAttributes"
321932
- }
321933
- ],
321934
- "required": false,
321935
- "type": {
321936
- "name": "string"
321937
- }
321938
- },
321939
- "type": {
321940
- "defaultValue": null,
321941
- "description": "",
321942
- "name": "type",
321943
- "parent": {
321944
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
321945
- "name": "SVGAttributes"
321946
- },
321947
- "declarations": [
321948
- {
321949
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
321950
- "name": "SVGAttributes"
321951
- }
321952
- ],
321953
- "required": false,
321954
- "type": {
321955
- "name": "string"
321956
- }
321957
- },
321958
- "hide": {
321959
- "defaultValue": null,
321960
- "description": "Whether display the axis",
321961
- "name": "hide",
321962
- "parent": {
321963
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
321964
- "name": "BaseAxisProps"
321965
- },
321966
- "declarations": [
321967
- {
321968
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
321969
- "name": "BaseAxisProps"
321970
- }
321971
- ],
321972
- "required": false,
321973
- "type": {
321974
- "name": "boolean"
321975
- }
321976
- },
321977
- "orientation": {
321978
- "defaultValue": null,
321979
- "description": "",
321980
- "name": "orientation",
321981
- "parent": {
321982
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
321983
- "name": "SVGAttributes"
321984
- },
321985
- "declarations": [
321986
- {
321987
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
321988
- "name": "SVGAttributes"
321989
- }
321990
- ],
321991
- "required": false,
321992
- "type": {
321993
- "name": "string | number"
321994
- }
321995
- },
321996
- "scale": {
321997
- "defaultValue": null,
321998
- "description": "The scale type as a string, or scale function",
321999
- "name": "scale",
322000
- "parent": {
322001
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
322002
- "name": "BaseAxisProps"
322003
- },
322004
- "declarations": [
322005
- {
322006
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
322007
- "name": "BaseAxisProps"
322008
- }
322009
- ],
322010
- "required": false,
322011
- "type": {
322012
- "name": "ScaleType | RechartsScale"
322013
- }
322014
- },
322015
- "dataKey": {
322016
- "defaultValue": null,
322017
- "description": "The key of data displayed in the axis",
322018
- "name": "dataKey",
322019
- "parent": {
322020
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
322021
- "name": "BaseAxisProps"
322022
- },
322023
- "declarations": [
322024
- {
322025
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
322026
- "name": "BaseAxisProps"
322027
- }
322028
- ],
322029
- "required": false,
322030
- "type": {
322031
- "name": "DataKey<any>"
322032
- }
322033
- },
322034
- "allowDecimals": {
322035
- "defaultValue": null,
322036
- "description": "Allow the ticks of axis to be decimals or not.",
322037
- "name": "allowDecimals",
322038
- "parent": {
322039
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
322040
- "name": "BaseAxisProps"
322041
- },
322042
- "declarations": [
322043
- {
322044
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
322045
- "name": "BaseAxisProps"
322046
- }
322047
- ],
322048
- "required": false,
322049
- "type": {
322050
- "name": "boolean"
322051
- }
322052
- },
322053
- "interval": {
322054
- "defaultValue": null,
322055
- "description": "",
322056
- "name": "interval",
322057
- "parent": {
322058
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
322059
- "name": "YAxisProps"
322060
- },
322061
- "declarations": [
322062
- {
322063
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
322064
- "name": "YAxisProps"
322065
- }
322066
- ],
322067
- "required": false,
322068
- "type": {
322069
- "name": "AxisInterval"
322070
- }
322071
- },
322072
- "minTickGap": {
322073
- "defaultValue": null,
322074
- "description": "",
322075
- "name": "minTickGap",
322076
- "parent": {
322077
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
322078
- "name": "YAxisProps"
322079
- },
322080
- "declarations": [
322081
- {
322082
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
322083
- "name": "YAxisProps"
322084
- }
322085
- ],
322086
- "required": false,
322087
- "type": {
322088
- "name": "number"
322089
- }
322090
- },
322091
- "domain": {
322092
- "defaultValue": null,
322093
- "description": "The domain of scale in this axis",
322094
- "name": "domain",
322095
- "parent": {
322096
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
322097
- "name": "BaseAxisProps"
322098
- },
322099
- "declarations": [
322100
- {
322101
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
322102
- "name": "BaseAxisProps"
322103
- }
322104
- ],
322105
- "required": false,
322106
- "type": {
322107
- "name": "AxisDomain"
322108
- }
322109
- },
322110
- "unit": {
322111
- "defaultValue": null,
322112
- "description": "The unit of data displayed in the axis",
322113
- "name": "unit",
322114
- "parent": {
322115
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
322116
- "name": "BaseAxisProps"
322117
- },
322118
- "declarations": [
322119
- {
322120
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
322121
- "name": "BaseAxisProps"
322122
- }
322123
- ],
322124
- "required": false,
322125
- "type": {
322126
- "name": "string"
322127
- }
322128
- },
322129
- "tickFormatter": {
322130
- "defaultValue": null,
322131
- "description": "The formatter function of tick",
322132
- "name": "tickFormatter",
322133
- "parent": {
322134
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
322135
- "name": "BaseAxisProps"
322136
- },
322137
- "declarations": [
322138
- {
322139
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
322140
- "name": "BaseAxisProps"
322141
- }
322142
- ],
322143
- "required": false,
322144
- "type": {
322145
- "name": "((value: any, index: number) => string)"
322146
- }
322147
- }
322148
- }
322149
- },
322150
322150
  {
322151
322151
  "tags": {},
322152
322152
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Calendar/components/CalendarHeader/CalendarHeader.tsx",