@povio/ui 2.2.9-rc.8 → 2.2.9-rc.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -31,7 +31,7 @@ export declare namespace UIStyle {
|
|
|
31
31
|
type OptionKey = {
|
|
32
32
|
[K in keyof Options]: Options[K] extends object ? `${K & string}.${keyof Options[K] & string}` : never;
|
|
33
33
|
}[keyof Options];
|
|
34
|
-
interface Options {
|
|
34
|
+
export interface Options {
|
|
35
35
|
button: {
|
|
36
36
|
cva?: Cva<ButtonVariantProps>;
|
|
37
37
|
sizeCva?: Cva<ButtonVariantProps>;
|