Skip to content

Commit

Permalink
feat: export types GameObjectProps and Ref
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Jan 10, 2024
1 parent e3e3b6b commit 25ab9e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ export * from './components';
export { createElement, jsx } from './element';
export { createRef } from './ref';
export { render } from './render';
export type { GameObjectProps, Ref } from './types';

0 comments on commit 25ab9e2

Please sign in to comment.