summaryrefslogtreecommitdiff
path: root/material/material.urs
diff options
context:
space:
mode:
Diffstat (limited to 'material/material.urs')
-rw-r--r--material/material.urs6
1 files changed, 5 insertions, 1 deletions
diff --git a/material/material.urs b/material/material.urs
index cee2b85..7cb7c89 100644
--- a/material/material.urs
+++ b/material/material.urs
@@ -1,4 +1,4 @@
-(* Copyright 2016 Benjamin Barenblat
+(* Copyright 2016, 2017 Benjamin Barenblat
Licensed under the Apache License, Version 2.0 (the “License”); you may not use
this file except in compliance with the License. You may obtain a copy of the
@@ -21,6 +21,10 @@ structure Checkbox : sig
val make : bool -> (bool -> transaction unit) -> transaction xbody
end
+structure FloatingActionButton : sig
+ val make : string -> transaction xbody
+end
+
structure List : sig
structure SingleLine : sig
val make : xbody -> xbody