Skip to content

Commit c1fb65b

Browse files
committed
update doc exports
1 parent b3696bd commit c1fb65b

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ body:
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

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ body:
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

packages/obsidian/src/docsExports.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
export * from 'packages/obsidian/src/ObsidianAPI';
22
export * from 'packages/core/src/config/APIConfigs';
3+
34
export { Mountable } from 'packages/core/src/utils/Mountable';
45
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';

0 commit comments

Comments
 (0)