From 41ec2e224911c1ca61299fd5f9225ac7f4aab625 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sun, 14 Aug 2022 12:17:38 -0700 Subject: [PATCH] docs(inline-notification): add `NotificationActionButton` to Component API --- docs/src/pages/components/InlineNotification.svx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/pages/components/InlineNotification.svx b/docs/src/pages/components/InlineNotification.svx index d976ee49..dd1c1542 100644 --- a/docs/src/pages/components/InlineNotification.svx +++ b/docs/src/pages/components/InlineNotification.svx @@ -1,4 +1,5 @@ --- +components: ["InlineNotification", "NotificationActionButton"] source: Notification/InlineNotification.svelte ---