@ownclouders/design-system
Version:
ownCloud Design System is based on VueDesign Systems and is used to design ownCloud UI components
26 lines (25 loc) • 825 B
TypeScript
/**
* A table component with manually built layout.
*/
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
/**
* Whether or not table rows should be highlighted when hovered.
*/
hover: {
type: BooleanConstructor;
default: boolean;
};
}>, {}, {}, {
tableClasses(): string[];
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
/**
* Whether or not table rows should be highlighted when hovered.
*/
hover: {
type: BooleanConstructor;
default: boolean;
};
}>> & Readonly<{}>, {
hover: boolean;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export default _default;