From cd149f73d523c59313b2b06ea8600c2be6d71c74 Mon Sep 17 00:00:00 2001 From: James Garbutt <43081j@users.noreply.github.com> Date: Thu, 4 Oct 2018 15:23:03 +0100 Subject: [PATCH] misc: export attribute deserializer interface --- src/lib/updating-element.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/updating-element.ts b/src/lib/updating-element.ts index 2f642e64..047fbfd0 100644 --- a/src/lib/updating-element.ts +++ b/src/lib/updating-element.ts @@ -15,7 +15,7 @@ /** * Converts property values to and from attribute values. */ -interface AttributeSerializer { +export interface AttributeSerializer { /** * Deserializing function called to convert an attribute value to a property