comic-plus
Version:
<p align="center"> <img width="200px" src="./logo.png"/> </p>
12 lines (10 loc) • 385 B
TypeScript
import { ExtractPropTypes, PropType, Component } from 'vue';
export declare const breadcrumbProps: {
readonly separator: {
readonly type: PropType<string | Component>;
};
readonly color: StringConstructor;
readonly fill: BooleanConstructor;
readonly closeboth: BooleanConstructor;
};
export type BreadcrumbProps = ExtractPropTypes<typeof breadcrumbProps>;