refactor: use PropertyKey instaed of key list (#1120)

pull/1122/head
Ame_x 7 months ago committed by GitHub
parent 550fccc1fd
commit b301a92209
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -7,7 +7,7 @@ import { Classes } from "./modules/class";
import { Props } from "./modules/props";
import { Dataset } from "./modules/dataset";
export type Key = string | number | symbol;
export type Key = PropertyKey;
export interface VNode {
sel: string | undefined;

Loading…
Cancel
Save