UNPKG

ember-bootstrap

Version:
14 lines (13 loc) 433 B
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;