@ezuikit/theme-plugin-snapshot
Version:
回放主题
16 lines (14 loc) • 324 B
TypeScript
interface SnapshotProps {
/** 播放图标 */
icon?: string;
/** 图片名 */
name?: string;
ignoreDownloadSnapshot?: boolean;
}
/**
*
* @param props
* @returns
*/
declare function Snapshot(props?: SnapshotProps): (theme: any) => HTMLSpanElement;
export { type SnapshotProps, Snapshot as default };