UNPKG

ant-design-vue

Version:

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

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