mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
8 lines
312 B
TypeScript
8 lines
312 B
TypeScript
import { BaseVideoSkinProps } from "../types.js";
|
|
import { ReactNode } from "react";
|
|
//#region src/presets/video/skin.d.ts
|
|
type VideoSkinProps = BaseVideoSkinProps;
|
|
declare function VideoSkin(props: VideoSkinProps): ReactNode;
|
|
//#endregion
|
|
export { VideoSkin, VideoSkinProps };
|
|
//# sourceMappingURL=skin.d.ts.map
|