Skip to content

Commit

Permalink
add built codes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nurmaan authored and George-Payne committed Dec 21, 2023
1 parent 2b76c76 commit 92734d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/components/src/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ export namespace Components {
*/
"location": string;
/**
* The current active location.
* Disable interactivity.
*/
"readonly"?: boolean;
}
Expand Down Expand Up @@ -1582,7 +1582,7 @@ declare namespace LocalJSX {
*/
"onProgressionRequest"?: (event: EsProgressionCustomEvent<string>) => void;
/**
* The current active location.
* Disable interactivity.
*/
"readonly"?: boolean;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default () => (
| `colors` | -- | Set custom colors for all checkpoints | `undefined \| { active?: string \| undefined; complete?: string \| undefined; inactive?: string \| undefined; }` | `undefined` |
| `icons` | -- | Set custom icons for all checkpoints | `undefined \| { active?: IconDescription \| undefined; complete?: IconDescription \| undefined; inactive?: IconDescription \| undefined; }` | `undefined` |
| `location` _(required)_ | `location` | The current active location. | `string` | `undefined` |
| `readonly` | `readonly` | The current active location. | `boolean \| undefined` | `undefined` |
| `readonly` | `readonly` | Disable interactivity. | `boolean \| undefined` | `undefined` |


## Events
Expand Down

0 comments on commit 92734d3

Please sign in to comment.