blob: 3323a65b08bc0d17c02f5877b4e24d95c6133cd8 [file] [log] [blame]
// generated by diplomat-tool
import type { pointer, codepoint } from "./diplomat-runtime.d.ts";
/** See the [Rust documentation for `Style`](https://docs.rs/icu/latest/icu/displaynames/options/enum.Style.html) for more information.
*/
export class DisplayNamesStyle {
static fromValue(value : DisplayNamesStyle | string) : DisplayNamesStyle;
get value() : string;
get ffiValue() : number;
static Narrow : DisplayNamesStyle;
static Short : DisplayNamesStyle;
static Long : DisplayNamesStyle;
static Menu : DisplayNamesStyle;
constructor(value: DisplayNamesStyle | string );
}