APIDemo

@alinea/input.text

/**
Create a text field configuration */
export function createText(
label: Label,
options: TextOptions
): TextField
/**
Create a text field configuration */
export function text(
label: Label,
options: TextOptions
): TextField
/**
Internal representation of a text field */
/**
Optional settings to configure a text field */