feat(kitty): provide id in context
This commit is contained in:
@@ -7,5 +7,5 @@ export const KittyContext = createContext<KittyContextProps | undefined>(
|
||||
export type KittyContextProps = {
|
||||
rows: number;
|
||||
cols: number;
|
||||
active: boolean;
|
||||
id: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user