blob: 0cbe3630f29c51002aead35f94b4c961b98f0ced [file]
// Signature format: 4.0
package androidx.compose.remote.tooling.preview {
public final class RemoteContentPreviewKt {
method @KotlinOnly @androidx.compose.runtime.Composable public static void RemoteContentPreview(optional androidx.compose.ui.Modifier modifier, optional androidx.compose.remote.creation.profile.Profile profile, kotlin.jvm.functions.Function0<kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void RemoteContentPreview(androidx.compose.ui.Modifier?, androidx.compose.remote.creation.profile.Profile?, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int);
}
public final class RemoteDocumentPreviewKt {
method @KotlinOnly @androidx.compose.runtime.Composable public static void RemoteDocumentPreview(androidx.compose.remote.player.core.RemoteDocument remoteDocument, optional androidx.compose.ui.Modifier modifier);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void RemoteDocumentPreview(androidx.compose.remote.player.core.RemoteDocument, androidx.compose.ui.Modifier?, androidx.compose.runtime.Composer?, int, int);
method @KotlinOnly @androidx.compose.runtime.Composable public static void RemoteDocumentPreview(byte[] document, optional androidx.compose.ui.Modifier modifier);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void RemoteDocumentPreview(byte[], androidx.compose.ui.Modifier?, androidx.compose.runtime.Composer?, int, int);
}
public final class RemotePreviewWrapper implements androidx.compose.ui.tooling.preview.PreviewWrapperProvider {
ctor public RemotePreviewWrapper();
method @KotlinOnly @androidx.compose.runtime.Composable public void Wrap(kotlin.jvm.functions.Function0<kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public void Wrap(kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int);
}
}