aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/kotlin/renderers/PostAction.kt
blob: 191a77b386a2d0b206517948c862d329015ee8a9 (plain)
1
2
3
4
5
6
7
/*
 * Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
 */

package org.jetbrains.dokka.renderers

public fun interface PostAction : () -> Unit