Skip to content

Commit

Permalink
style: add codeblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney committed May 22, 2024
1 parent cce51c4 commit 54b224f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/src/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ export namespace Components {
*/
"mode"?: "ios" | "md";
/**
* Set to "small" for a compact size, or to "medium" for the default height and width. Defaults to `"medium"` for the `ionic` theme, undefined for all other themes.
* Set to `"small"` for a compact size, or to `"medium"` for the default height and width. Defaults to `"medium"` for the `ionic` theme, undefined for all other themes.
*/
"size"?: 'small' | 'medium';
/**
Expand Down Expand Up @@ -5568,7 +5568,7 @@ declare namespace LocalJSX {
*/
"mode"?: "ios" | "md";
/**
* Set to "small" for a compact size, or to "medium" for the default height and width. Defaults to `"medium"` for the `ionic` theme, undefined for all other themes.
* Set to `"small"` for a compact size, or to `"medium"` for the default height and width. Defaults to `"medium"` for the `ionic` theme, undefined for all other themes.
*/
"size"?: 'small' | 'medium';
/**
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/avatar/avatar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export class Avatar implements ComponentInterface {
@Element() el!: HTMLElement;

/**
* Set to "small" for a compact size, or to "medium" for the default height and width.
* Set to `"small"` for a compact size, or to `"medium"` for the default height and width.
*
* Defaults to `"medium"` for the `ionic` theme, undefined for all other themes.
*/
Expand Down

0 comments on commit 54b224f

Please sign in to comment.