@prefecthq/prefect-design
Version:
A collection of low-level Vue components.
14 lines (13 loc) • 559 B
TypeScript
type __VLS_Props = {
text: string;
characterCount?: number;
actionText?: string;
collapseText?: string;
};
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
text: string;
characterCount: number;
actionText: string;
collapseText: string;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;