platform/jael_web/lib/src/fn.dart

10 lines
187 B
Dart
Raw Normal View History

2019-03-23 16:58:43 +00:00
// TODO: Lambda/anonymous component
//
// import 'component.dart';
// import 'dom_node.dart';
// class Fn<T> extends Component {
// final DomNode Function(T) f;
// Fn(this.f);
// }