File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 7
7
attributes :
8
8
value : >-
9
9
Thanks for taking the time to fill out this bug report!
10
-
11
-
10
+
11
+
12
12
By filling out the form you are giving me a clear description of the
13
13
bug, which helps me to fix the bug more quickly. :)
14
14
- type : checkboxes
Original file line number Diff line number Diff line change 23
23
description : >-
24
24
If your feature request is related to a problem or annoyance, please
25
25
describe it.
26
- placeholder : ' I'' m always frustrated when...'
26
+ placeholder : " I'm always frustrated when..."
27
27
- type : textarea
28
28
attributes :
29
29
label : Describe the Feature you'd like
Original file line number Diff line number Diff line change 1
1
export * from 'packages/obsidian/src/ObsidianAPI' ;
2
2
export * from 'packages/core/src/config/APIConfigs' ;
3
+
3
4
export { Mountable } from 'packages/core/src/utils/Mountable' ;
4
5
export { FieldMountable } from 'packages/core/src/fields/FieldMountable' ;
6
+
7
+ export * from 'packages/core/src/parsers/FieldDeclaration' ;
8
+ export * from 'packages/core/src/parsers/inputFieldParser/InputFieldDeclaration' ;
9
+ export * from 'packages/core/src/parsers/bindTargetParser/BindTargetDeclaration' ;
10
+ export * from 'packages/core/src/parsers/viewFieldParser/ViewFieldDeclaration' ;
11
+ export type {
12
+ ButtonGroupDeclaration ,
13
+ ButtonDeclaration ,
14
+ SimpleButtonGroupDeclaration ,
15
+ } from 'packages/core/src/parsers/ButtonParser' ;
You can’t perform that action at this time.
0 commit comments