UNPKG

@cmk/fe_utils

Version:
11 lines (9 loc) 306 B
import { PaperWrapperProps } from './PaperWrapper'; export declare const paperDef: { type: "Paper"; icon: string; props: {}; category: "surface"; schema: import('../..').ExtendedObjectSchemaType; component: (props: PaperWrapperProps) => import("react/jsx-runtime").JSX.Element; };