mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-04-05 19:42:07 +08:00
11 lines
296 B
TypeScript
11 lines
296 B
TypeScript
import RIframe from './src'
|
|
import iframeProps from './src/props'
|
|
|
|
import type * as RIframeType from './src/types'
|
|
import type { ExtractPublicPropTypes } from 'vue'
|
|
|
|
export type IframeProps = ExtractPublicPropTypes<typeof iframeProps>
|
|
export type { RIframeType }
|
|
|
|
export { RIframe, iframeProps }
|