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
|
|
|
// }
|