UNPKG

@redocly/theme

Version:

Shared UI components lib

6 lines (5 loc) 190 B
interface AppCustomAttributesProps { onChange: (value: Record<string, string>) => void; } export declare function AppCustomAttributes(_props: AppCustomAttributesProps): null; export {};