Flarum (v2.0.0-beta.2)
Preparing search index...
flarum
@types/global
ComponentClass
Type Alias ComponentClass<Attrs, C>
type
ComponentClass
<
Attrs
=
Record
<
string
,
unknown
>
,
C
extends
Component
<
Attrs
>
=
Component
<
Attrs
>
,
>
=
{
prototype
:
C
;
new
(
...
args
:
any
[]
)
:
Component
<
Attrs
>
;
}
Type Parameters
Attrs
=
Record
<
string
,
unknown
>
C
extends
Component
<
Attrs
>
=
Component
<
Attrs
>
new
ComponentClass
(
...
args
:
any
[]
)
:
Component
<
Attrs
>
Parameters
...
args
:
any
[]
Returns
Component
<
Attrs
>
Index
Properties
prototype
Properties
prototype
prototype
:
C
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
prototype
Flarum (v2.0.0-beta.2)
Loading...