UNPKG

@inkline/inkline

Version:

Inkline is the Vue.js UI/UX Library built for creating your next design system

23 lines (22 loc) 695 B
import { Classes } from '../../types'; declare const _default: import("vue").DefineComponent<{ /** * Display the container as fluid, always spanning 100% width * @type Boolean * @default false * @name fluid */ fluid: { type: BooleanConstructor; default: boolean; }; }, unknown, unknown, { classes(): Classes; }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{ fluid?: unknown; } & { fluid: boolean; } & {}>, { fluid: boolean; }>; export default _default;