Slots type alias for associated component.

type Slots = {
    after: {};
    before: {};
    default: {};
}
Index

Properties

Properties

after: {}
before: {}
default: {}