UNPKG

lwx-test-ui

Version:

lwx-test-ui

13 lines (12 loc) 364 B
import { ExtractPropTypes } from 'vue'; export declare const renderTsxProps: { readonly row: { readonly type: ObjectConstructor; readonly default: () => {}; }; readonly scope: { readonly type: ObjectConstructor; readonly default: () => {}; }; }; export type RenderTsxProps = ExtractPropTypes<typeof renderTsxProps>;