How to use the @blueprintjs/timezone.TimezoneDisplayFormat.ABBREVIATION function in @blueprintjs/timezone

To help you get started, we’ve selected a few @blueprintjs/timezone examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github palantir / blueprint / packages / docs-app / src / examples / timezone-examples / timezonePickerExample.tsx View on Github external
public render() {
        const { timezone, targetDisplayFormat, disabled, showCustomTarget, showLocalTimezone } = this.state;

        const options = (
            <>
                <h5>Props</h5>