vtils

Home > react > CommonComponentProps

CommonComponentProps interface

常用的组件属性。

Signature:

export declare interface CommonComponentProps<TRef = never> 

Properties

Property Type Description
className? string (Optional)
key? React_2.Key (Optional)
ref? React_2.Ref<TRef> (Optional)
style? React_2.CSSProperties (Optional)