= (...arg: any[]) => T;
export declare type FCNoChildren = FunctionComponent<{ children?: never } & P>;
export declare type Omit = Pick>;
export declare type GenericProp = null | {
- [key: string]: unknown;
+ readonly [key: string]: unknown;
};
// interfaces
@@ -36,7 +36,7 @@ export declare interface ContextNode extends Required {
}
export declare interface SelectionState {
- readonly [key: string]: string;
+ readonly [key: string]: string | undefined;
}
export declare interface PropsMap {