mirror of
https://github.com/Iconica-Development/flutter_timeline.git
synced 2025-05-19 18:43:45 +02:00
9 lines
207 B
Dart
9 lines
207 B
Dart
// SPDX-FileCopyrightText: 2023 Iconica
|
|
//
|
|
// SPDX-License-Identifier: BSD-3-Clause
|
|
///
|
|
library flutter_timeline_interface;
|
|
|
|
export 'src/model/timeline_post.dart';
|
|
export 'src/model/timeline_reaction.dart';
|