triafly-ui-kit 1.0.15 → 1.0.17

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/README.md CHANGED
@@ -1,93 +1,93 @@
1
- # ui-kit
2
-
3
-
4
-
5
- ## Getting started
6
-
7
- To make it easy for you to get started with GitLab, here's a list of recommended next steps.
8
-
9
- Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)!
10
-
11
- ## Add your files
12
-
13
- - [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files
14
- - [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command:
15
-
16
- ```
17
- cd existing_repo
18
- git remote add origin https://git.3afly.ru/triafly-data-platform/ui-kit.git
19
- git branch -M main
20
- git push -uf origin main
21
- ```
22
-
23
- ## Integrate with your tools
24
-
25
- - [ ] [Set up project integrations](https://git.3afly.ru/triafly-data-platform/ui-kit/-/settings/integrations)
26
-
27
- ## Collaborate with your team
28
-
29
- - [ ] [Invite team members and collaborators](https://docs.gitlab.com/ee/user/project/members/)
30
- - [ ] [Create a new merge request](https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html)
31
- - [ ] [Automatically close issues from merge requests](https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically)
32
- - [ ] [Enable merge request approvals](https://docs.gitlab.com/ee/user/project/merge_requests/approvals/)
33
- - [ ] [Set auto-merge](https://docs.gitlab.com/ee/user/project/merge_requests/merge_when_pipeline_succeeds.html)
34
-
35
- ## Test and Deploy
36
-
37
- Use the built-in continuous integration in GitLab.
38
-
39
- - [ ] [Get started with GitLab CI/CD](https://docs.gitlab.com/ee/ci/quick_start/index.html)
40
- - [ ] [Analyze your code for known vulnerabilities with Static Application Security Testing (SAST)](https://docs.gitlab.com/ee/user/application_security/sast/)
41
- - [ ] [Deploy to Kubernetes, Amazon EC2, or Amazon ECS using Auto Deploy](https://docs.gitlab.com/ee/topics/autodevops/requirements.html)
42
- - [ ] [Use pull-based deployments for improved Kubernetes management](https://docs.gitlab.com/ee/user/clusters/agent/)
43
- - [ ] [Set up protected environments](https://docs.gitlab.com/ee/ci/environments/protected_environments.html)
44
-
45
- ***
46
-
47
- # Editing this README
48
-
49
- When you're ready to make this README your own, just edit this file and use the handy template below (or feel free to structure it however you want - this is just a starting point!). Thanks to [makeareadme.com](https://www.makeareadme.com/) for this template.
50
-
51
- ## Suggestions for a good README
52
-
53
- Every project is different, so consider which of these sections apply to yours. The sections used in the template are suggestions for most open source projects. Also keep in mind that while a README can be too long and detailed, too long is better than too short. If you think your README is too long, consider utilizing another form of documentation rather than cutting out information.
54
-
55
- ## Name
56
- Choose a self-explaining name for your project.
57
-
58
- ## Description
59
- Let people know what your project can do specifically. Provide context and add a link to any reference visitors might be unfamiliar with. A list of Features or a Background subsection can also be added here. If there are alternatives to your project, this is a good place to list differentiating factors.
60
-
61
- ## Badges
62
- On some READMEs, you may see small images that convey metadata, such as whether or not all the tests are passing for the project. You can use Shields to add some to your README. Many services also have instructions for adding a badge.
63
-
64
- ## Visuals
65
- Depending on what you are making, it can be a good idea to include screenshots or even a video (you'll frequently see GIFs rather than actual videos). Tools like ttygif can help, but check out Asciinema for a more sophisticated method.
66
-
67
- ## Installation
68
- Within a particular ecosystem, there may be a common way of installing things, such as using Yarn, NuGet, or Homebrew. However, consider the possibility that whoever is reading your README is a novice and would like more guidance. Listing specific steps helps remove ambiguity and gets people to using your project as quickly as possible. If it only runs in a specific context like a particular programming language version or operating system or has dependencies that have to be installed manually, also add a Requirements subsection.
69
-
70
- ## Usage
71
- Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README.
72
-
73
- ## Support
74
- Tell people where they can go to for help. It can be any combination of an issue tracker, a chat room, an email address, etc.
75
-
76
- ## Roadmap
77
- If you have ideas for releases in the future, it is a good idea to list them in the README.
78
-
79
- ## Contributing
80
- State if you are open to contributions and what your requirements are for accepting them.
81
-
82
- For people who want to make changes to your project, it's helpful to have some documentation on how to get started. Perhaps there is a script that they should run or some environment variables that they need to set. Make these steps explicit. These instructions could also be useful to your future self.
83
-
84
- You can also document commands to lint the code or run tests. These steps help to ensure high code quality and reduce the likelihood that the changes inadvertently break something. Having instructions for running tests is especially helpful if it requires external setup, such as starting a Selenium server for testing in a browser.
85
-
86
- ## Authors and acknowledgment
87
- Show your appreciation to those who have contributed to the project.
88
-
89
- ## License
90
- For open source projects, say how it is licensed.
91
-
92
- ## Project status
93
- If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.
1
+ # ui-kit
2
+
3
+
4
+
5
+ ## Getting started
6
+
7
+ To make it easy for you to get started with GitLab, here's a list of recommended next steps.
8
+
9
+ Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)!
10
+
11
+ ## Add your files
12
+
13
+ - [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files
14
+ - [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command:
15
+
16
+ ```
17
+ cd existing_repo
18
+ git remote add origin https://git.3afly.ru/triafly-data-platform/ui-kit.git
19
+ git branch -M main
20
+ git push -uf origin main
21
+ ```
22
+
23
+ ## Integrate with your tools
24
+
25
+ - [ ] [Set up project integrations](https://git.3afly.ru/triafly-data-platform/ui-kit/-/settings/integrations)
26
+
27
+ ## Collaborate with your team
28
+
29
+ - [ ] [Invite team members and collaborators](https://docs.gitlab.com/ee/user/project/members/)
30
+ - [ ] [Create a new merge request](https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html)
31
+ - [ ] [Automatically close issues from merge requests](https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically)
32
+ - [ ] [Enable merge request approvals](https://docs.gitlab.com/ee/user/project/merge_requests/approvals/)
33
+ - [ ] [Set auto-merge](https://docs.gitlab.com/ee/user/project/merge_requests/merge_when_pipeline_succeeds.html)
34
+
35
+ ## Test and Deploy
36
+
37
+ Use the built-in continuous integration in GitLab.
38
+
39
+ - [ ] [Get started with GitLab CI/CD](https://docs.gitlab.com/ee/ci/quick_start/index.html)
40
+ - [ ] [Analyze your code for known vulnerabilities with Static Application Security Testing (SAST)](https://docs.gitlab.com/ee/user/application_security/sast/)
41
+ - [ ] [Deploy to Kubernetes, Amazon EC2, or Amazon ECS using Auto Deploy](https://docs.gitlab.com/ee/topics/autodevops/requirements.html)
42
+ - [ ] [Use pull-based deployments for improved Kubernetes management](https://docs.gitlab.com/ee/user/clusters/agent/)
43
+ - [ ] [Set up protected environments](https://docs.gitlab.com/ee/ci/environments/protected_environments.html)
44
+
45
+ ***
46
+
47
+ # Editing this README
48
+
49
+ When you're ready to make this README your own, just edit this file and use the handy template below (or feel free to structure it however you want - this is just a starting point!). Thanks to [makeareadme.com](https://www.makeareadme.com/) for this template.
50
+
51
+ ## Suggestions for a good README
52
+
53
+ Every project is different, so consider which of these sections apply to yours. The sections used in the template are suggestions for most open source projects. Also keep in mind that while a README can be too long and detailed, too long is better than too short. If you think your README is too long, consider utilizing another form of documentation rather than cutting out information.
54
+
55
+ ## Name
56
+ Choose a self-explaining name for your project.
57
+
58
+ ## Description
59
+ Let people know what your project can do specifically. Provide context and add a link to any reference visitors might be unfamiliar with. A list of Features or a Background subsection can also be added here. If there are alternatives to your project, this is a good place to list differentiating factors.
60
+
61
+ ## Badges
62
+ On some READMEs, you may see small images that convey metadata, such as whether or not all the tests are passing for the project. You can use Shields to add some to your README. Many services also have instructions for adding a badge.
63
+
64
+ ## Visuals
65
+ Depending on what you are making, it can be a good idea to include screenshots or even a video (you'll frequently see GIFs rather than actual videos). Tools like ttygif can help, but check out Asciinema for a more sophisticated method.
66
+
67
+ ## Installation
68
+ Within a particular ecosystem, there may be a common way of installing things, such as using Yarn, NuGet, or Homebrew. However, consider the possibility that whoever is reading your README is a novice and would like more guidance. Listing specific steps helps remove ambiguity and gets people to using your project as quickly as possible. If it only runs in a specific context like a particular programming language version or operating system or has dependencies that have to be installed manually, also add a Requirements subsection.
69
+
70
+ ## Usage
71
+ Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README.
72
+
73
+ ## Support
74
+ Tell people where they can go to for help. It can be any combination of an issue tracker, a chat room, an email address, etc.
75
+
76
+ ## Roadmap
77
+ If you have ideas for releases in the future, it is a good idea to list them in the README.
78
+
79
+ ## Contributing
80
+ State if you are open to contributions and what your requirements are for accepting them.
81
+
82
+ For people who want to make changes to your project, it's helpful to have some documentation on how to get started. Perhaps there is a script that they should run or some environment variables that they need to set. Make these steps explicit. These instructions could also be useful to your future self.
83
+
84
+ You can also document commands to lint the code or run tests. These steps help to ensure high code quality and reduce the likelihood that the changes inadvertently break something. Having instructions for running tests is especially helpful if it requires external setup, such as starting a Selenium server for testing in a browser.
85
+
86
+ ## Authors and acknowledgment
87
+ Show your appreciation to those who have contributed to the project.
88
+
89
+ ## License
90
+ For open source projects, say how it is licensed.
91
+
92
+ ## Project status
93
+ If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.
@@ -0,0 +1 @@
1
+ .buttons .buttons-bar{display:flex}.buttons .button{height:44px;padding:0 12px;display:flex;justify-content:center;align-items:center;border:1px solid var(--color-border-primary-default);background-color:var(--color-bg-neutral-basic-default);cursor:pointer}.buttons .button:not(:last-of-type){border-right:0 solid}.buttons .button:first-of-type{border-radius:8px 0 0 8px}.buttons .button:last-of-type{border-radius:0 8px 8px 0}.buttons .button:hover{background:#ddd}.buttons .button.active{background:var(--color-bg-neutral-light-default);font-weight:600}.buttons .button.status-error{color:var(--color-status-error-foreground)}.buttons .button.status-warning{color:var(--color-status-warning-foreground)}.buttons .button.status-success{color:var(--color-status-success-foreground)}
@@ -0,0 +1 @@
1
+ .tabs .tabs-bar{display:flex}.tabs .tab-button{padding:0 8px 4px;display:flex;justify-content:center;align-items:center;border:none;border-bottom:1px solid var(--color-border-primary-default);background-color:transparent;cursor:pointer}.tabs .tab-button:first-of-type{padding:0 8px 4px 0}.tabs .tab-button:last-of-type{padding:0 0 4px 8px}.tabs .tab-button:hover,.tabs .tab-button.active{color:var(--color-border-brand-default);border-bottom:1px solid var(--color-border-brand-default)}.tabs .tab-button.disabled{pointer-events:none}
@@ -1 +1 @@
1
- ._container_x4z3a_1{position:relative;width:100%;height:100vh;padding:20px;display:flex;flex-wrap:wrap;justify-content:space-between;align-content:space-between;border:1px dashed #ccc;box-sizing:border-box}._trigger_x4z3a_27{padding:8px 16px;background-color:#1976d2;color:#fff;border-radius:4px;font-size:14px;cursor:pointer;transition:background-color .2s;text-align:center}._trigger_x4z3a_27:hover{background-color:#1565c0}._clickTrigger_x4z3a_57{background-color:#388e3c}._clickTrigger_x4z3a_57:hover{background-color:#2e7d32}._positionsContainer_x4z3a_75{padding:20px}._positionGroup_x4z3a_83{display:flex;gap:20px;margin-bottom:30px;justify-content:center;flex-wrap:wrap}
1
+ ._container_193w2_1{position:relative;width:100%;height:100vh;padding:20px;display:flex;flex-wrap:wrap;justify-content:space-between;align-content:space-between;border:1px dashed #ccc;box-sizing:border-box}._trigger_193w2_14{padding:8px 16px;background-color:#1976d2;color:#fff;border-radius:4px;font-size:14px;cursor:pointer;transition:background-color .2s;text-align:center}._trigger_193w2_14:hover{background-color:#1565c0}._clickTrigger_193w2_29{background-color:#388e3c}._clickTrigger_193w2_29:hover{background-color:#2e7d32}._positionsContainer_193w2_38{padding:20px}._positionGroup_193w2_42{display:flex;gap:20px;margin-bottom:30px;justify-content:center;flex-wrap:wrap}
@@ -0,0 +1,28 @@
1
+ import { jsxs as d, jsx as e } from "react/jsx-runtime";
2
+ import { useState as u } from "react";
3
+ import '../../../assets/ButtonsArray.css';const p = ({
4
+ tabs: i,
5
+ label: a,
6
+ initialActiveTab: r = 0,
7
+ onChange: c
8
+ }) => {
9
+ const [n, o] = u(r), l = (s, t) => {
10
+ o(s), c && c(t);
11
+ };
12
+ return /* @__PURE__ */ d("div", { className: "buttons", children: [
13
+ a && /* @__PURE__ */ e("span", { children: a }),
14
+ /* @__PURE__ */ e("div", { className: "buttons-bar", children: i.map((s, t) => /* @__PURE__ */ e(
15
+ "button",
16
+ {
17
+ disabled: s.disabled,
18
+ onClick: () => l(t, s.key),
19
+ className: `button ${t === n ? "active" : ""} status-${s.status}`,
20
+ children: s.label
21
+ },
22
+ s.key
23
+ )) })
24
+ ] });
25
+ };
26
+ export {
27
+ p as ButtonsArray
28
+ };
@@ -0,0 +1,4 @@
1
+ import { ButtonsArray as t } from "./ButtonsArray.js";
2
+ export {
3
+ t as ButtonsArray
4
+ };
@@ -0,0 +1,24 @@
1
+ import { jsxs as o, jsx as e } from "react/jsx-runtime";
2
+ import { useState as v } from "react";
3
+ import '../../../assets/Tabs.css';const f = ({ items: s, defaultActiveKey: t, onChange: d }) => {
4
+ var c, b;
5
+ const [l, i] = v(t || ((c = s[0]) == null ? void 0 : c.key)), n = (a) => {
6
+ s.some((r) => r.key === a && !r.disabled) && (i(a), d == null || d(a));
7
+ };
8
+ return /* @__PURE__ */ o("div", { className: "tabs", children: [
9
+ /* @__PURE__ */ e("div", { className: "tabs-bar", children: s.map((a) => /* @__PURE__ */ e(
10
+ "button",
11
+ {
12
+ onClick: () => !a.disabled && n(a.key),
13
+ className: `tab-button ${l === a.key ? "active" : ""} ${a.disabled ? "disabled" : ""}`,
14
+ disabled: a.disabled,
15
+ children: a.label
16
+ },
17
+ a.key
18
+ )) }),
19
+ /* @__PURE__ */ e("div", { className: "tabs-content", children: (b = s.find((a) => a.key === l)) == null ? void 0 : b.children })
20
+ ] });
21
+ };
22
+ export {
23
+ f as Tabs
24
+ };
@@ -0,0 +1,67 @@
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ import { Tabs as t } from "./Tabs.js";
3
+ const n = {
4
+ title: "UIKit/Tabs",
5
+ component: t,
6
+ tags: ["autodocs"],
7
+ argTypes: {
8
+ items: {
9
+ control: "object",
10
+ description: "Массив объектов вкладок {label: string, content: ReactNode}"
11
+ }
12
+ }
13
+ }, s = {
14
+ args: {
15
+ items: [
16
+ {
17
+ key: "profile",
18
+ label: "Профиль",
19
+ children: /* @__PURE__ */ e("div", { children: "Информация о пользователе" })
20
+ },
21
+ {
22
+ key: "settings",
23
+ label: "Настройки",
24
+ children: /* @__PURE__ */ e("div", { children: "Параметры аккаунта" })
25
+ },
26
+ {
27
+ key: "notifications",
28
+ label: "Уведомления",
29
+ children: /* @__PURE__ */ e("div", { children: "Настройки уведомлений" })
30
+ }
31
+ ]
32
+ }
33
+ }, a = {
34
+ args: {
35
+ items: [
36
+ {
37
+ key: "favorites",
38
+ label: "Избранное",
39
+ children: /* @__PURE__ */ e("div", { children: "Ваши избранные элементы" })
40
+ },
41
+ {
42
+ key: "projects",
43
+ label: "Проекты",
44
+ children: /* @__PURE__ */ e("div", { children: "Список ваших проектов" })
45
+ }
46
+ ]
47
+ },
48
+ decorators: [
49
+ (i) => /* @__PURE__ */ e("div", { style: { maxWidth: "500px", margin: "0 auto" }, children: /* @__PURE__ */ e(i, {}) })
50
+ ]
51
+ }, c = {
52
+ args: {
53
+ items: [
54
+ {
55
+ key: "single",
56
+ label: "Единственная вкладка",
57
+ children: /* @__PURE__ */ e("div", { children: "Контент единственной вкладки" })
58
+ }
59
+ ]
60
+ }
61
+ };
62
+ export {
63
+ s as Basic,
64
+ c as SingleTab,
65
+ a as StyledTabs,
66
+ n as default
67
+ };
@@ -0,0 +1,4 @@
1
+ import { Tabs as a } from "./Tabs.js";
2
+ export {
3
+ a as Tabs
4
+ };
@@ -1,6 +1,6 @@
1
1
  import { jsxs as e, jsx as i } from "react/jsx-runtime";
2
2
  import { Tooltip as o } from "./Tooltip.js";
3
- import '../../../assets/Tooltip.css';const c = "_container_x4z3a_1", r = "_trigger_x4z3a_27", n = "_clickTrigger_x4z3a_57 _trigger_x4z3a_27", l = "_positionsContainer_x4z3a_75", s = "_positionGroup_x4z3a_83", t = {
3
+ import '../../../assets/Tooltip.css';const c = "_container_193w2_1", r = "_trigger_193w2_14", n = "_clickTrigger_193w2_29 _trigger_193w2_14", l = "_positionsContainer_193w2_38", s = "_positionGroup_193w2_42", t = {
4
4
  container: c,
5
5
  trigger: r,
6
6
  clickTrigger: n,
package/dist/main.d.ts CHANGED
@@ -71,6 +71,22 @@ declare type ButtonProps = {
71
71
  iconTail?: ReactElement;
72
72
  };
73
73
 
74
+ export declare const ButtonsArray: React.FC<ButtonsArrayProps>;
75
+
76
+ export declare interface ButtonsArrayProps {
77
+ tabs: ButtonTab[];
78
+ label?: string;
79
+ initialActiveTab?: number;
80
+ onChange?: (status: string | number) => void;
81
+ }
82
+
83
+ declare interface ButtonTab {
84
+ label: string;
85
+ status?: StatusType_2;
86
+ key: string | number;
87
+ disabled?: boolean;
88
+ }
89
+
74
90
  export declare const Checkbox: React.FC<CheckboxProps>;
75
91
 
76
92
  declare type CheckboxProps = {
@@ -1037,6 +1053,8 @@ declare type SkeletonProps = {
1037
1053
 
1038
1054
  declare type StatusType = "default" | "success" | "warning" | "error" | "active" | "blocked" | "done" | "loading" | (string & {});
1039
1055
 
1056
+ declare type StatusType_2 = "none" | "error" | "warning" | "success";
1057
+
1040
1058
  export declare const Switch: default_2.FC<SwitchProps>;
1041
1059
 
1042
1060
  declare type SwitchProps = {
@@ -1047,6 +1065,13 @@ declare type SwitchProps = {
1047
1065
  name?: string;
1048
1066
  };
1049
1067
 
1068
+ export declare interface TabItem {
1069
+ key: string;
1070
+ label: string;
1071
+ children: ReactNode;
1072
+ disabled?: boolean;
1073
+ }
1074
+
1050
1075
  export declare const Table: <T extends object>(props: TablesProps<T>) => JSX.Element;
1051
1076
 
1052
1077
  declare type TablesProps<T extends object = Record<string, unknown>> = {
@@ -1073,6 +1098,14 @@ declare type TablesProps<T extends object = Record<string, unknown>> = {
1073
1098
  loading?: boolean;
1074
1099
  };
1075
1100
 
1101
+ export declare const Tabs: React.FC<TabsProps>;
1102
+
1103
+ export declare interface TabsProps {
1104
+ items: TabItem[];
1105
+ defaultActiveKey?: string;
1106
+ onChange?: (activeKey: string) => void;
1107
+ }
1108
+
1076
1109
  export declare const TextareaInput: ForwardRefExoticComponent<TextareaInputProps & RefAttributes<HTMLTextAreaElement>>;
1077
1110
 
1078
1111
  declare type TextareaInputProps = {
@@ -1131,30 +1164,6 @@ declare interface TooltipProps {
1131
1164
  className?: string;
1132
1165
  }
1133
1166
 
1134
- export declare const Tree: <T extends TreeNodeBase>({ data, childrenKey, idKey, nameKey, typeKey, onSelect, defaultExpandedKeys, autoExpandParent, expandedKeys: externalExpandedKeys, onExpandedKeysChange, selectedKey: controlledSelectedKey, isFetching, isAllExpanded, wrapperTreeClassName, TreeItemClassName, TreeItemContentClassName, }: TreeProps<T>) => JSX.Element;
1135
-
1136
- declare type TreeNodeBase = Record<string, unknown>;
1137
-
1138
- declare type TreeProps<T extends TreeNodeBase> = {
1139
- data: T[];
1140
- childrenKey?: keyof T | string;
1141
- idKey?: keyof T | string;
1142
- nameKey?: keyof T | string;
1143
- typeKey?: keyof T | string;
1144
- onSelect?: (node: T) => void;
1145
- defaultExpandedKeys?: (string | number)[];
1146
- expandedKeys?: (string | number)[];
1147
- onExpandedKeysChange?: (keys: (string | number)[]) => void;
1148
- autoExpandParent?: boolean;
1149
- selectedKey?: string | number | null;
1150
- setSectedKey?: (value: string | number | null) => void;
1151
- isFetching?: boolean;
1152
- isAllExpanded?: boolean;
1153
- wrapperTreeClassName?: string;
1154
- TreeItemClassName?: string;
1155
- TreeItemContentClassName?: string;
1156
- };
1157
-
1158
1167
  export declare const TriaflyContext: Context<TriaflyContextType | undefined>;
1159
1168
 
1160
1169
  declare interface TriaflyContextType {