* fix: user management tailwind * use top instead of inset-y-0 * add types to createEventDispatcher
4 lines
55 B
TypeScript
4 lines
55 B
TypeScript
export interface ResetOptions {
|
|
default?: boolean;
|
|
}
|