$slots: {
all(): Slot[];
(literals: TemplateStringsArray, ...placeholders: string[]): Slot[];
} = ...
Type Declaration
- (literals: TemplateStringsArray, ...placeholders: string[]): Slot[]
Parameters
- literals: TemplateStringsArray
- ...placeholders: string[]
Returns Slot[]
all: function
A list of Slots specified by a comma-separated list of names. For a list of all possible Slots, leave the template string blank.