mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
e923110092
* migrate help-text to TS delete story with js format Update ui/components/component-library/help-text/help-text.types.ts Co-authored-by: George Marshall <georgewrmarshall@gmail.com> add forwardRef add ref in forwardRef final updates to HelpText to TS update HelpText props * form text field * Removing some unused example code --------- Co-authored-by: taeslee <64485716+taeslee@users.noreply.github.com> Co-authored-by: georgewrmarshall <george.marshall@consensys.net>
12 lines
222 B
Plaintext
12 lines
222 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`HelpText should match snapshot 1`] = `
|
|
<div>
|
|
<p
|
|
class="mm-box mm-text mm-help-text mm-text--body-xs mm-box--color-text-default"
|
|
>
|
|
help text
|
|
</p>
|
|
</div>
|
|
`;
|