UNPKG

@grafana/ui

Version:
7 lines (6 loc) 202 B
interface TimeSyncButtonProps { isSynced: boolean; onClick: () => void; } export declare function TimeSyncButton(props: TimeSyncButtonProps): import("react/jsx-runtime").JSX.Element; export {};