UNPKG

ant-design-vue

Version:

An enterprise-class UI design language and Vue-based implementation

6 lines (5 loc) 327 B
export interface SummaryProps { fixed?: boolean | 'top' | 'bottom'; } declare const Summary: import("vue").DefineComponent<SummaryProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SummaryProps>, {}, {}>; export default Summary;