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 77 attributes :
88 value : >-
99 Thanks for taking the time to fill out this bug report!
10-
11-
10+
11+
1212 By filling out the form you are giving me a clear description of the
1313 bug, which helps me to fix the bug more quickly. :)
1414 - type : checkboxes
Original file line number Diff line number Diff line change 2323 description : >-
2424 If your feature request is related to a problem or annoyance, please
2525 describe it.
26- placeholder : ' I'' m always frustrated when...'
26+ placeholder : " I'm always frustrated when..."
2727 - type : textarea
2828 attributes :
2929 label : Describe the Feature you'd like
Original file line number Diff line number Diff line change 11export * from 'packages/obsidian/src/ObsidianAPI' ;
22export * from 'packages/core/src/config/APIConfigs' ;
3+
34export { Mountable } from 'packages/core/src/utils/Mountable' ;
45export { 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