mirror of
https://github.com/zoriya/ags.git
synced 2026-05-31 10:02:29 +00:00
export Label.Props
This commit is contained in:
@@ -11,7 +11,7 @@ const truncates = ['none', 'start', 'middle', 'end'] as const;
|
||||
type Justification = typeof justifications[number];
|
||||
type Truncate = typeof truncates[number];
|
||||
|
||||
interface Props extends BaseProps<AgsLabel>, Gtk.Label.ConstructorProperties {
|
||||
export interface Props extends BaseProps<AgsLabel>, Gtk.Label.ConstructorProperties {
|
||||
justification?: Justification
|
||||
truncate?: Truncate
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user