2024-10-23 11:31:25 +08:00

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 }