Preparing search index...
The search index is not available
@nxtlvlsoftware/alpine-typescript
@nxtlvlsoftware/alpine-typescript
Globals
AlpineComponentMixins
Interface AlpineComponentMixins
Define the properties we add to the
window.Alpine
object.
interface
AlpineComponentMixins
{
Components
:
ComponentStore
;
component
:
(
(
name
)
=>
AlpineComponentConstructor
)
;
}
Index
Properties
Components
component
Properties
Components
Components
:
ComponentStore
component
component
:
(
(
name
)
=>
AlpineComponentConstructor
)
Type declaration
(
name
)
:
AlpineComponentConstructor
Parameters
name
:
string
Returns
AlpineComponentConstructor
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Components
component
GitHub
Twitter
Home
Example
@nxtlvlsoftware/alpine-typescript
Loading...
Define the properties we add to the
window.Alpine
object.