UNPKG

@farris/ui-vue

Version:

Farris Vue, a Farris Design based Vue3 component library.

53 lines (52 loc) 2.44 kB
export * from './src/approval-logs.props'; declare const FApprovalLogs: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{ dataId: string; displayType: import("./src/approval-logs.props").ApprovalLogsDisplayType; showForecastLogs: boolean; showHistoryLogs: boolean; workflowScriptUrl: string; }> & Readonly<{}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, never[], import("vue").PublicProps, { dataId: string; displayType: import("./src/approval-logs.props").ApprovalLogsDisplayType; showForecastLogs: boolean; showHistoryLogs: boolean; workflowScriptUrl: string; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<{ dataId: string; displayType: import("./src/approval-logs.props").ApprovalLogsDisplayType; showForecastLogs: boolean; showHistoryLogs: boolean; workflowScriptUrl: string; }> & Readonly<{}>, () => any, {}, {}, {}, { dataId: string; displayType: import("./src/approval-logs.props").ApprovalLogsDisplayType; showForecastLogs: boolean; showHistoryLogs: boolean; workflowScriptUrl: string; }>; __isFragment?: undefined; __isTeleport?: undefined; __isSuspense?: undefined; } & import("vue").ComponentOptionsBase<Readonly<{ dataId: string; displayType: import("./src/approval-logs.props").ApprovalLogsDisplayType; showForecastLogs: boolean; showHistoryLogs: boolean; workflowScriptUrl: string; }> & Readonly<{}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, never[], never, { dataId: string; displayType: import("./src/approval-logs.props").ApprovalLogsDisplayType; showForecastLogs: boolean; showHistoryLogs: boolean; workflowScriptUrl: string; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin; export { FApprovalLogs }; export default FApprovalLogs;