@oslokommune/punkt-react
Version:
React komponentbibliotek til Punkt, et designsystem laget av Oslo Origo
15 lines (14 loc) • 459 B
TypeScript
/**
* Translation strings for the timepicker component.
* Matches the shape of the `timepicker` key in no.json.
*/
export interface ITimepickerStrings {
hours: string;
minutes: string;
openPicker: string;
prevTime: string;
nextTime: string;
selectTime: string;
}
/** Default labels (Norwegian Bokmål), aligned with `packages/elements/src/translations/no.json`. */
export declare const defaultTimepickerStrings: ITimepickerStrings;