Skip to content

Commit

Permalink
docs: update freshness
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 586763867
  • Loading branch information
asyncLiz authored and copybara-github committed Nov 30, 2023
1 parent 6a5a245 commit 1a4388c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/components/focus-ring.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!--*
# Document freshness: For more information, see go/fresh-source.
freshness: { owner: 'lizmitchell' reviewed: '2023-05-23' }
freshness: { owner: 'lizmitchell' reviewed: '2023-11-30' }
tag: 'docType:reference'
*-->

Expand Down Expand Up @@ -145,8 +145,8 @@ Property | Attribute | Type | Default | Description
--- | --- | --- | --- | ---
`visible` | `visible` | `boolean` | `false` | Makes the focus ring visible.
`inward` | `inward` | `boolean` | `false` | Makes the focus ring animate inwards instead of outwards.
`htmlFor` | | `string` | `undefined` |
`control` | | `HTMLElement` | `undefined` |
`htmlFor` | | `string` | `undefined` |
`control` | | `HTMLElement` | `undefined` |

<!-- mdformat on(autogenerated might break rendering in catalog) -->

Expand All @@ -156,8 +156,8 @@ Property | Attribute | Type | Default | Description

Method | Parameters | Returns | Description
--- | --- | --- | ---
`attach` | `control` | `void` |
`detach` | _None_ | `void` |
`attach` | `control` | `void` |
`detach` | _None_ | `void` |

<!-- mdformat on(autogenerated might break rendering in catalog) -->

Expand Down

0 comments on commit 1a4388c

Please sign in to comment.