diff --git a/src/components/button/button.ts b/src/components/button/button.ts index 41c4ec5977..6ff64057bd 100644 --- a/src/components/button/button.ts +++ b/src/components/button/button.ts @@ -88,6 +88,10 @@ import { isTrueProperty } from '../../util/util'; * Dark (Solid + Round) * * + * + * * ``` * * ```ts @@ -102,6 +106,10 @@ import { isTrueProperty } from '../../util/util'; * isClear: boolean = true; * myColor: string = 'secondary'; * myColor2: string = 'dark'; + * + * logEvent(event) { + * console.log(event) + * } * } * * ```