platform/packages/jael/jael_web/lib/src/fn.dart

11 lines
187 B
Dart
Raw Normal View History

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