UNPKG

@blueprintjs/core

Version:

Core styles & components

8 lines (7 loc) 263 B
/** The visual style variant for buttons. */ export declare const ButtonVariant: { readonly MINIMAL: "minimal"; readonly OUTLINED: "outlined"; readonly SOLID: "solid"; }; export type ButtonVariant = (typeof ButtonVariant)[keyof typeof ButtonVariant];