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