🚀
IC Reactor v3 is here!
Featuring TanStack Query integration, improved type safety, and more.
View v3 Documentation →
×
ic-reactor
Example
GitHub
Preparing search index...
visitor
types
VariantMethodResult
Interface VariantMethodResult
interface
VariantMethodResult
{
   Â
title
?:
string
;
   Â
type
:
"variant"
;
   Â
variant
:
string
;
   Â
label
?:
string
;
}
Hierarchy
Omit
<
DefaultMethodResult
,
"label"
>
VariantMethodResult
Index
Properties
title?
type
variant
label?
Properties
Optional
title
title
?:
string
type
type
:
"variant"
variant
variant
:
string
Optional
label
label
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
title
type
variant
label
Example
GitHub
ic-reactor
Loading...