ember-bootstrap
Version:
Bootstrap components for Ember.js
16 lines (15 loc) • 483 B
TypeScript
export declare function typeClassHelper([prefix, type]: [string, string | undefined | null], { default: defaultValue, outline, }: {
default?: string;
outline?: boolean;
}): string;
declare const _default: import("@ember/component/helper").FunctionBasedHelper<{
Args: {
Positional: [string, string | null | undefined];
Named: {
default?: string;
outline?: boolean;
};
};
Return: string;
}>;
export default _default;