mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-12-28 07:57:03 +08:00
10 lines
302 B
TypeScript
10 lines
302 B
TypeScript
import type { ExtractPublicPropTypes } from 'vue'
|
|
import RIframe from './src/Iframe'
|
|
import iframeProps from './src/props'
|
|
import type * as RIframeType from './src/types'
|
|
|
|
export type IframeProps = ExtractPublicPropTypes<typeof iframeProps>
|
|
export type { RIframeType }
|
|
|
|
export { RIframe, iframeProps }
|