-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update casting logic * quick type fixes, remove legacy code from demo app * fix event registration
- Loading branch information
1 parent
713c8f1
commit 21f8b42
Showing
23 changed files
with
355 additions
and
179 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
[@lookingglass/bridge](../README.md) / [schemas/defaults](../modules/schemas_defaults.md) / defaults | ||
|
||
# Interface: defaults | ||
|
||
[schemas/defaults](../modules/schemas_defaults.md).defaults | ||
|
||
## Table of contents | ||
|
||
### Properties | ||
|
||
- [max](schemas_defaults.defaults.md#max) | ||
- [min](schemas_defaults.defaults.md#min) | ||
- [range](schemas_defaults.defaults.md#range) | ||
- [type](schemas_defaults.defaults.md#type) | ||
|
||
## Properties | ||
|
||
### max | ||
|
||
• **max**: `number` | ||
|
||
___ | ||
|
||
### min | ||
|
||
• **min**: `number` | ||
|
||
___ | ||
|
||
### range | ||
|
||
• **range**: `ZodEffects`<`ZodNumber`, `number`, `number`\> | ||
|
||
___ | ||
|
||
### type | ||
|
||
• **type**: `NumberType` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.