Update typescript to 4.8.4
This commit is contained in:
parent
4c622b6f81
commit
e6ebfe4fca
15 changed files with 133 additions and 167 deletions
|
@ -22,7 +22,10 @@ export const offsetDistanceModifier = (
|
|||
* Should probably be used with the "top-start", "top-end", "bottom-start", or
|
||||
* "bottom-end" placement.
|
||||
*/
|
||||
export const sameWidthModifier: Modifier<'sameWidth', unknown> = {
|
||||
export const sameWidthModifier: Modifier<
|
||||
'sameWidth',
|
||||
Record<string, unknown>
|
||||
> = {
|
||||
name: 'sameWidth',
|
||||
enabled: true,
|
||||
phase: 'write',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue