UNPKG

ember-bootstrap

Version:
16 lines (15 loc) 483 B
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;