mirror of
https://gitee.com/antv/g6.git
synced 2024-12-04 12:49:04 +08:00
fix: add basicprops
This commit is contained in:
parent
9c7ce3faf5
commit
5296d9d4a3
@ -24,6 +24,7 @@ for (let i = 0; i < 10; i++) {
|
||||
});
|
||||
}
|
||||
|
||||
export interface BasicProps { }
|
||||
|
||||
export const BasicDemo = () => {
|
||||
const ref = React.useRef(null);
|
||||
|
Loading…
Reference in New Issue
Block a user