diff --git a/packages/main/src/interfaces/CommonProps.ts b/packages/main/src/interfaces/CommonProps.ts index 776bdaf4a26..b23baf4ade7 100644 --- a/packages/main/src/interfaces/CommonProps.ts +++ b/packages/main/src/interfaces/CommonProps.ts @@ -1,4 +1,4 @@ -import { CSSProperties } from 'react'; +import { CSSProperties, Ref } from 'react'; export interface CommonProps { /** @@ -16,4 +16,5 @@ export interface CommonProps { */ tooltip?: string; slot?: string; + ref?: Ref; }