import React from "react"; export interface BaseProps { id?: string; /** 引用 */ ref?: React.Ref; }