mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-15 18:30:39 +09:00
5 lines
155 B
TypeScript
5 lines
155 B
TypeScript
import type { AdapterConfigFieldsProps } from "./types";
|
|
|
|
export function LocalWorkspaceRuntimeFields(_props: AdapterConfigFieldsProps) {
|
|
return null;
|
|
}
|