UNPKG

slightning-coco-widget

Version:

SLIGHTNING 的 CoCo 控件框架。

7 lines (6 loc) 255 B
import type { FC, ReactNode } from 'react'; import { NativeProps } from '../../utils/native-props'; export declare type ResultPageCardProps = { children?: ReactNode; } & NativeProps; export declare const ResultPageCard: FC<ResultPageCardProps>;