You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Warning: (ae-missing-release-tag) "MessageBarIntent" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
2916
+
//
2917
+
// @public
2918
+
export const MessageBarIntent: {
2919
+
readonly success: "success";
2920
+
readonly warning: "warning";
2921
+
readonly error: "error";
2922
+
readonly info: "info";
2923
+
};
2924
+
2925
+
// @public (undocumented)
2926
+
export type MessageBarIntent = ValuesOf<typeof MessageBarIntent>;
2927
+
2928
+
// Warning: (ae-missing-release-tag) "MessageBarLayout" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
2929
+
//
2930
+
// @public
2931
+
export const MessageBarLayout: {
2932
+
readonly multiline: "multiline";
2933
+
readonly singleline: "singleline";
2934
+
};
2935
+
2936
+
// @public (undocumented)
2937
+
export type MessageBarLayout = ValuesOf<typeof MessageBarLayout>;
2938
+
2939
+
// Warning: (ae-missing-release-tag) "MessageBarShape" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
2940
+
//
2941
+
// @public
2942
+
export const MessageBarShape: {
2943
+
readonly rounded: "rounded";
2944
+
readonly square: "square";
2945
+
};
2946
+
2947
+
// @public (undocumented)
2948
+
export type MessageBarShape = ValuesOf<typeof MessageBarShape>;
2949
+
2950
+
// @public
2951
+
export const MessageBarStyles: ElementStyles;
2952
+
2953
+
// Warning: (ae-missing-release-tag) "template" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
export type TextAreaAppearance = ValuesOf<typeof TextAreaAppearance>;
3741
3804
3805
+
// Warning: (ae-missing-release-tag) "TextAreaAppearancesForDisplayShadow" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
// Warning: (ae-missing-release-tag) "TextAreaAutocomplete" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
0 commit comments