@inkline/inkline
Version:
Inkline is the intuitive UI Components library that gives you a developer-friendly foundation for building high-quality, accessible, and customizable Vue.js 3 Design Systems.
31 lines (30 loc) • 894 B
TypeScript
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;
};
}, {
classes: import("vue").ComputedRef<{
'-fluid': boolean;
}>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
/**
* Display the container as fluid, always spanning 100% width
* @type Boolean
* @default false
* @name fluid
*/
fluid: {
type: BooleanConstructor;
default: boolean;
};
}>>, {
fluid: boolean;
}, {}>;
export default _default;