diff --git a/src/runtime/components/Alert.vue b/src/runtime/components/Alert.vue index a3377c0b..d157b29a 100644 --- a/src/runtime/components/Alert.vue +++ b/src/runtime/components/Alert.vue @@ -28,6 +28,7 @@ export interface AlertProps { * Display a list of actions: * - under the title and description if multiline * - next to the close button if not multiline + * `{ size: 'xs' }`{lang="ts-type"} */ actions?: ButtonProps[] /** diff --git a/src/runtime/components/Toast.vue b/src/runtime/components/Toast.vue index c06fe8a0..7707743a 100644 --- a/src/runtime/components/Toast.vue +++ b/src/runtime/components/Toast.vue @@ -28,6 +28,7 @@ export interface ToastProps extends Pick