Skip to content

Commit 2b7340d

Browse files
authored
Explicitly export Kind; for internal customer (#3431)
1 parent 896540c commit 2b7340d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/dartdoc.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export 'package:dartdoc/src/dartdoc_options.dart';
1212
'the public API starting in dartdoc 7.0.0')
1313
export 'package:dartdoc/src/element_type.dart';
1414
export 'package:dartdoc/src/generator/generator.dart';
15+
export 'package:dartdoc/src/model/indexable.dart' show Kind;
1516
@Deprecated(
1617
'Elements which are only exposed via this export will no longer be part of '
1718
'the public API starting in dartdoc 7.0.0')

0 commit comments

Comments
 (0)